Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b1eb7b5

Browse files
committed
Cleanup.
1 parent c31a80f commit b1eb7b5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/backend/storage/ipc/shmem.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.18 1998/04/06 17:27:25 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.19 1998/05/26 17:29:07 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -367,18 +367,14 @@ ShmemInitHash(char *name, /* table string name for binding */
367367
* message since they have more information
368368
*/
369369
if (location == NULL)
370-
{
371370
return (0);
372-
}
373371

374372
/*
375373
* it already exists, attach to it rather than allocate and initialize
376374
* new space
377375
*/
378376
if (found)
379-
{
380377
hash_flags |= HASH_ATTACH;
381-
}
382378

383379
/* these structures were allocated or bound in ShmemInitStruct */
384380
/* control information and parameters */

0 commit comments

Comments
 (0)