diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-11-21 21:16:06 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-11-21 21:16:06 +0000 |
commit | a70e74b060ab2769523ad831f571cb80122121d3 (patch) | |
tree | 95e04cfd344db47857c4aecc3308092d5df01f3d /src/include/access/transam.h | |
parent | 040bb787bcf840e5a1fc49fccff185a8274bccae (diff) | |
download | postgresql-a70e74b060ab2769523ad831f571cb80122121d3.tar.gz postgresql-a70e74b060ab2769523ad831f571cb80122121d3.zip |
Put external declarations into header files.
Diffstat (limited to 'src/include/access/transam.h')
-rw-r--r-- | src/include/access/transam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 86fed998a4c..f1238d5c266 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.h @@ -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 */ |