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

Clean up compile errors and warnings, cf Billy Allie's

complaints (and some of my own).
This commit is contained in:
Tom Lane
1999-04-02 04:51:05 +00:00
parent b5b5852c26
commit 0b874f01dd
3 changed files with 9 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: shmem.h,v 1.15 1999/02/13 23:22:10 momjian Exp $
* $Id: shmem.h,v 1.16 1999/04/02 04:51:05 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -71,6 +71,7 @@ extern SHMEM_OFFSET ShmemPIDDestroy(int pid);
extern long *ShmemInitStruct(char *name, unsigned long size,
bool *foundPtr);
extern bool TransactionIdIsInProgress(TransactionId xid);
extern void GetXmaxRecent(TransactionId *XmaxRecent);
typedef int TableID;