diff options
Diffstat (limited to 'src/include/access/xlogutils.h')
-rw-r--r-- | src/include/access/xlogutils.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/access/xlogutils.h b/src/include/access/xlogutils.h index 016381f0d2b..1f1fff7c07f 100644 --- a/src/include/access/xlogutils.h +++ b/src/include/access/xlogutils.h @@ -1,3 +1,13 @@ +/* + * xlogutils.h + * + * PostgreSQL transaction log manager utility routines + * + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group + * Portions Copyright (c) 1994, Regents of the University of California + * + * $Id: xlogutils.h,v 1.6 2001/03/13 01:17:06 tgl Exp $ + */ #ifndef XLOG_UTILS_H #define XLOG_UTILS_H |