1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-22 14:32:25 +03:00

Put external declarations into header files.

This commit is contained in:
Peter Eisentraut
2000-11-21 21:16:06 +00:00
parent 040bb787bc
commit a70e74b060
36 changed files with 127 additions and 169 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: transam.h,v 1.26 2000/11/03 11:39:36 vadim Exp $
* $Id: transam.h,v 1.27 2000/11/21 21:16:05 petere Exp $
*
* NOTES
* Transaction System Version 101 now support proper oid
@@ -200,5 +200,6 @@ extern bool AMI_OVERRIDE;
/* in varsup.c */
extern int OidGenLockId;
extern VariableCache ShmemVariableCache;
#endif /* TRAMSAM_H */