diff options
Diffstat (limited to 'src/include/access/xlog.h')
-rw-r--r-- | src/include/access/xlog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index b3f54097a9f..4278f2fbb85 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: xlog.h,v 1.27 2001/10/28 06:25:59 momjian Exp $ + * $Id: xlog.h,v 1.28 2001/11/05 17:46:31 momjian Exp $ */ #ifndef XLOG_H #define XLOG_H @@ -216,4 +216,4 @@ extern XLogRecPtr GetUndoRecPtr(void); extern bool check_xlog_sync_method(const char *method); extern void assign_xlog_sync_method(const char *method); -#endif /* XLOG_H */ +#endif /* XLOG_H */ |