mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 00:02:53 -04:00
cleanups
This commit is contained in:
parent
a1a6fd736f
commit
cfef6ef4ff
@ -1,4 +1,4 @@
|
|||||||
/*-------------------------------------------------------------------------
|
/*-------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* ipc.c--
|
* ipc.c--
|
||||||
* POSTGRES inter-process communication definitions.
|
* POSTGRES inter-process communication definitions.
|
||||||
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.25 1998/06/19 02:55:10 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.26 1998/06/23 16:04:46 momjian Exp $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
*
|
*
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.20 1998/06/15 19:29:14 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.21 1998/06/23 16:04:46 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -511,7 +511,6 @@ ShmemInitStruct(char *name, unsigned long size, bool *foundPtr)
|
|||||||
|
|
||||||
*foundPtr = FALSE;
|
*foundPtr = FALSE;
|
||||||
return ((long *) ShmemAlloc(size));
|
return ((long *) ShmemAlloc(size));
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.12 1998/06/23 15:35:44 momjian Exp $
|
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.13 1998/06/23 16:04:46 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -62,7 +62,6 @@ InitSpinLocks(int init, IPCKey key)
|
|||||||
|
|
||||||
#ifdef STABLE_MEMORY_STORAGE
|
#ifdef STABLE_MEMORY_STORAGE
|
||||||
extern SPINLOCK MMCacheLock;
|
extern SPINLOCK MMCacheLock;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* These six spinlocks have fixed location is shmem */
|
/* These six spinlocks have fixed location is shmem */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user