diff options
| author | Bruce Momjian | 1998-06-25 14:24:35 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-06-25 14:24:35 +0000 |
| commit | eef15f555b88c0470ee1371f2983c6400333c198 (patch) | |
| tree | eda324b1d2e096951b7111ccf76e8dfd900d800a /src/backend/storage/ipc/ipci.c | |
| parent | a8376c1c8419dff0afd639098fa03ba127c7fb32 (diff) | |
Rename BindingTab to BindingTable.
Diffstat (limited to 'src/backend/storage/ipc/ipci.c')
| -rw-r--r-- | src/backend/storage/ipc/ipci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/ipci.c b/src/backend/storage/ipc/ipci.c index 360788d85e4..4f1bb5c4879 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.11 1998/06/23 17:59:54 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.12 1998/06/25 14:24:34 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -83,7 +83,7 @@ CreateSharedMemoryAndSemaphores(IPCKey key) IPCKeyGetBufferMemoryKey(key), size); } ShmemCreate(IPCKeyGetBufferMemoryKey(key), size); - ShmemBindingTabReset(); + ShmemBindingTableReset(); InitShmem(key, size); InitBufferPool(key); |
