1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Rename BindingTab to BindingTable.

This commit is contained in:
Bruce Momjian
1998-06-25 14:24:35 +00:00
parent a8376c1c84
commit eef15f555b
3 changed files with 13 additions and 13 deletions

View File

@@ -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);