diff options
Diffstat (limited to 'src/include/access/transam.h')
-rw-r--r-- | src/include/access/transam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 2e22b69fa7d..6df60abb2dd 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: transam.h,v 1.43 2001/10/28 06:25:59 momjian Exp $ + * $Id: transam.h,v 1.44 2001/11/05 17:46:31 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -122,4 +122,4 @@ extern bool AMI_OVERRIDE; /* in varsup.c */ extern VariableCache ShmemVariableCache; -#endif /* TRAMSAM_H */ +#endif /* TRAMSAM_H */ |