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/include | |
parent | a8376c1c8419dff0afd639098fa03ba127c7fb32 (diff) |
Rename BindingTab to BindingTable.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/storage/shmem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/shmem.h b/src/include/storage/shmem.h index af72b7c098a..c73739df478 100644 --- a/src/include/storage/shmem.h +++ b/src/include/storage/shmem.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: shmem.h,v 1.11 1998/02/26 04:43:34 momjian Exp $ + * $Id: shmem.h,v 1.12 1998/06/25 14:24:35 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -59,7 +59,7 @@ typedef struct SHM_QUEUE } SHM_QUEUE; /* shmem.c */ -extern void ShmemBindingTabReset(void); +extern void ShmemBindingTableReset(void); extern void ShmemCreate(unsigned int key, unsigned int size); extern int InitShmem(unsigned int key, unsigned int size); extern long *ShmemAlloc(unsigned long size); |