aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/shmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/ipc/shmem.c')
-rw-r--r--src/backend/storage/ipc/shmem.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/backend/storage/ipc/shmem.c b/src/backend/storage/ipc/shmem.c
index 598597f0aa0..e59b61c014f 100644
--- a/src/backend/storage/ipc/shmem.c
+++ b/src/backend/storage/ipc/shmem.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/storage/ipc/shmem.c,v 1.75 2003/12/20 17:31:21 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/ipc/shmem.c,v 1.76 2003/12/21 04:30:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -258,9 +258,7 @@ InitShmemIndex(void)
* ShmemInitHash -- Create/Attach to and initialize
* shared memory hash table.
*
- * Notes:
- *
- * assume caller is doing some kind of synchronization
+ * We assume caller is doing some kind of synchronization
* so that two people dont try to create/initialize the
* table at once.
*/