Skip to content

Commit cfef6ef

Browse files
committed
cleanups
1 parent a1a6fd7 commit cfef6ef

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

src/backend/storage/ipc/ipc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*-------------------------------------------------------------------------
1+
/*-------------------------------------------------------------------------
22
*
33
* ipc.c--
44
* POSTGRES inter-process communication definitions.
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.25 1998/06/19 02:55:10 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.26 1998/06/23 16:04:46 momjian Exp $
1111
*
1212
* NOTES
1313
*

src/backend/storage/ipc/shmem.c

Lines changed: 1 addition & 2 deletions
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.20 1998/06/15 19:29:14 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.21 1998/06/23 16:04:46 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -511,7 +511,6 @@ ShmemInitStruct(char *name, unsigned long size, bool *foundPtr)
511511

512512
*foundPtr = FALSE;
513513
return ((long *) ShmemAlloc(size));
514-
515514
}
516515
else
517516
{

src/backend/storage/ipc/spin.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.12 1998/06/23 15:35:44 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.13 1998/06/23 16:04:46 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -62,7 +62,6 @@ InitSpinLocks(int init, IPCKey key)
6262

6363
#ifdef STABLE_MEMORY_STORAGE
6464
extern SPINLOCK MMCacheLock;
65-
6665
#endif
6766

6867
/* These six spinlocks have fixed location is shmem */

0 commit comments

Comments
 (0)