aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-06-27 15:47:48 +0000
committerBruce Momjian <bruce@momjian.us>1998-06-27 15:47:48 +0000
commit54aabaa800a904e28906e10e161998ff65eb1f74 (patch)
tree82b9f1821621e8252b63f4cb979e8e6727a53ab9 /src/backend/storage/ipc/ipci.c
parent7487a82667cc1b0f17eae93dcca806d0772e9b7a (diff)
downloadpostgresql-54aabaa800a904e28906e10e161998ff65eb1f74.tar.gz
postgresql-54aabaa800a904e28906e10e161998ff65eb1f74.zip
Rename BindingTable to ShmemIndex.
Diffstat (limited to 'src/backend/storage/ipc/ipci.c')
-rw-r--r--src/backend/storage/ipc/ipci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/ipci.c b/src/backend/storage/ipc/ipci.c
index 4bcc15efd2e..330b5273164 100644
--- a/src/backend/storage/ipc/ipci.c
+++ b/src/backend/storage/ipc/ipci.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.14 1998/06/27 04:53:35 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.15 1998/06/27 15:47:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -83,7 +83,7 @@ CreateSharedMemoryAndSemaphores(IPCKey key)
IPCKeyGetBufferMemoryKey(key), size);
}
ShmemCreate(IPCKeyGetBufferMemoryKey(key), size);
- ShmemBindingTableReset();
+ ShmemIndexReset();
InitShmem(key, size);
InitBufferPool(key);