mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_table.c,v 1.1.1.1 1996/07/09 06:21:53 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_table.c,v 1.2 1996/07/30 07:47:23 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -34,8 +34,6 @@
|
||||
|
||||
static HTAB *SharedBufHash;
|
||||
|
||||
extern HTAB *ShmemInitHash();
|
||||
|
||||
typedef struct lookup {
|
||||
BufferTag key;
|
||||
Buffer id;
|
||||
|
Reference in New Issue
Block a user