File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* 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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -367,18 +367,14 @@ ShmemInitHash(char *name, /* table string name for binding */
367
367
* message since they have more information
368
368
*/
369
369
if (location == NULL )
370
- {
371
370
return (0 );
372
- }
373
371
374
372
/*
375
373
* it already exists, attach to it rather than allocate and initialize
376
374
* new space
377
375
*/
378
376
if (found )
379
- {
380
377
hash_flags |= HASH_ATTACH ;
381
- }
382
378
383
379
/* these structures were allocated or bound in ShmemInitStruct */
384
380
/* control information and parameters */
You can’t perform that action at this time.
0 commit comments