diff options
Diffstat (limited to 'src/include/access')
31 files changed, 62 insertions, 62 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index c730eec306..7775a59f13 100644 --- a/src/include/access/attnum.h +++ b/src/include/access/attnum.h @@ -4,10 +4,10 @@ * POSTGRES attribute number definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/attnum.h,v 1.18 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/attnum.h,v 1.19 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/clog.h b/src/include/access/clog.h index 0b8fa12075..a326a6d8da 100644 --- a/src/include/access/clog.h +++ b/src/include/access/clog.h @@ -3,10 +3,10 @@ * * PostgreSQL transaction-commit-log manager * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/clog.h,v 1.10 2004/08/23 23:22:45 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/clog.h,v 1.11 2004/08/29 04:13:03 momjian Exp $ */ #ifndef CLOG_H #define CLOG_H diff --git a/src/include/access/genam.h b/src/include/access/genam.h index 71acd1cd18..01874b1fd6 100644 --- a/src/include/access/genam.h +++ b/src/include/access/genam.h @@ -4,10 +4,10 @@ * POSTGRES generalized index access method definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.44 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.45 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/gist.h b/src/include/access/gist.h index 1d4bc1989d..54ca9bfd17 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -4,10 +4,10 @@ * common declarations for the GiST access method code. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.40 2004/03/30 15:45:33 teodor Exp $ + * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.41 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h index d0afed75b7..1897fc8d44 100644 --- a/src/include/access/gistscan.h +++ b/src/include/access/gistscan.h @@ -4,10 +4,10 @@ * routines defined in access/gist/gistscan.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.24 2004/07/17 03:30:38 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.25 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/hash.h b/src/include/access/hash.h index 41afe63029..735163d88e 100644 --- a/src/include/access/hash.h +++ b/src/include/access/hash.h @@ -4,10 +4,10 @@ * header file for postgres hash access method implementation * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/hash.h,v 1.56 2004/07/17 03:30:38 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/hash.h,v 1.57 2004/08/29 04:13:03 momjian Exp $ * * NOTES * modeled after Margo Seltzer's hash implementation for unix. diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index 5fa50d28e1..103a9c68eb 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -4,10 +4,10 @@ * POSTGRES heap access method definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.90 2004/06/04 20:35:21 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.91 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/hio.h b/src/include/access/hio.h index 57fab2b43c..7bb77db633 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.h @@ -4,10 +4,10 @@ * POSTGRES heap access method input/output definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.25 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.26 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/htup.h b/src/include/access/htup.h index 971a279b9c..3c375f94cd 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -4,10 +4,10 @@ * POSTGRES heap tuple definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.68 2004/08/01 17:32:19 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.69 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h index c5bacd37ce..f7f3c32542 100644 --- a/src/include/access/ibit.h +++ b/src/include/access/ibit.h @@ -4,10 +4,10 @@ * POSTGRES index valid attribute bit map definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/ibit.h,v 1.21 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/ibit.h,v 1.22 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h index 9248e2dc95..a9cd48bb92 100644 --- a/src/include/access/iqual.h +++ b/src/include/access/iqual.h @@ -4,10 +4,10 @@ * Index scan key qualification definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/iqual.h,v 1.21 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/iqual.h,v 1.22 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/itup.h b/src/include/access/itup.h index 3184098d8e..f1affc708f 100644 --- a/src/include/access/itup.h +++ b/src/include/access/itup.h @@ -4,10 +4,10 @@ * POSTGRES index tuple definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/itup.h,v 1.39 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/itup.h,v 1.40 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h index bf95d8ba23..e4eb4f6bc3 100644 --- a/src/include/access/nbtree.h +++ b/src/include/access/nbtree.h @@ -4,10 +4,10 @@ * header file for postgres btree access method implementation. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.80 2004/07/17 03:30:38 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.81 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h index 269b8bcee7..8d2a69aefb 100644 --- a/src/include/access/printtup.h +++ b/src/include/access/printtup.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/printtup.h,v 1.30 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/printtup.h,v 1.31 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index b6ca7e43a6..057773642e 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -4,10 +4,10 @@ * POSTGRES relation scan descriptor definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.35 2004/05/08 19:09:25 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.36 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h index a23b00283f..4144f9aec6 100644 --- a/src/include/access/rtree.h +++ b/src/include/access/rtree.h @@ -4,10 +4,10 @@ * common declarations for the rtree access method code. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/rtree.h,v 1.34 2004/07/17 03:30:38 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/rtree.h,v 1.35 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h index 8d7f0fc738..ce300e6327 100644 --- a/src/include/access/rtscan.h +++ b/src/include/access/rtscan.h @@ -4,10 +4,10 @@ * routines defined in access/rtree/rtscan.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/rtscan.h,v 1.16 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/rtscan.h,v 1.17 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h index b0f577d1ee..69ea5105d6 100644 --- a/src/include/access/sdir.h +++ b/src/include/access/sdir.h @@ -4,10 +4,10 @@ * POSTGRES scan direction definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.15 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.16 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/skey.h b/src/include/access/skey.h index e6c7e40c2f..72c688e141 100644 --- a/src/include/access/skey.h +++ b/src/include/access/skey.h @@ -4,10 +4,10 @@ * POSTGRES scan key definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/skey.h,v 1.25 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/skey.h,v 1.26 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/slru.h b/src/include/access/slru.h index 79abb2899c..cad99c2d36 100644 --- a/src/include/access/slru.h +++ b/src/include/access/slru.h @@ -3,10 +3,10 @@ * slru.h * Simple LRU buffering for transaction status logfiles * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/slru.h,v 1.8 2004/08/23 23:22:45 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/slru.h,v 1.9 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/subtrans.h b/src/include/access/subtrans.h index 28a16fbee5..e0bb11d264 100644 --- a/src/include/access/subtrans.h +++ b/src/include/access/subtrans.h @@ -3,10 +3,10 @@ * * PostgreSQL subtransaction-log manager * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.3 2004/08/23 23:22:45 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.4 2004/08/29 04:13:03 momjian Exp $ */ #ifndef SUBTRANS_H #define SUBTRANS_H diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 44e0ff6ea7..f8fe6732a4 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.h @@ -4,10 +4,10 @@ * postgres transaction access method support code * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.49 2004/07/01 00:51:38 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.50 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h index c7e560c0c6..dfd2cb3b88 100644 --- a/src/include/access/tupdesc.h +++ b/src/include/access/tupdesc.h @@ -4,10 +4,10 @@ * POSTGRES tuple descriptor definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/tupdesc.h,v 1.43 2004/04/01 21:28:45 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/tupdesc.h,v 1.44 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h index 9fe7139a83..6c35be5317 100644 --- a/src/include/access/tupmacs.h +++ b/src/include/access/tupmacs.h @@ -4,10 +4,10 @@ * Tuple macros used by both index tuples and heap tuples. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/tupmacs.h,v 1.25 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/tupmacs.h,v 1.26 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index 3332e9ab62..23c1bac10c 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -4,9 +4,9 @@ * POSTGRES definitions for external and compressed storage * of variable size attributes. * - * Copyright (c) 2000-2003, PostgreSQL Global Development Group + * Copyright (c) 2000-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.18 2004/06/05 01:55:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.19 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/valid.h b/src/include/access/valid.h index 0fd41fa3f1..785ae80b24 100644 --- a/src/include/access/valid.h +++ b/src/include/access/valid.h @@ -4,10 +4,10 @@ * POSTGRES tuple qualification validity definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/valid.h,v 1.33 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/valid.h,v 1.34 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 16b7de333a..4c2d8a0adf 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -4,10 +4,10 @@ * postgres transaction system definitions * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.69 2004/08/01 17:32:19 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.70 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index ef33ae7215..d3a8de05f1 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -3,10 +3,10 @@ * * PostgreSQL transaction log manager * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.55 2004/08/22 02:41:58 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.56 2004/08/29 04:13:04 momjian Exp $ */ #ifndef XLOG_H #define XLOG_H diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h index 89c37b7d66..6842a71648 100644 --- a/src/include/access/xlog_internal.h +++ b/src/include/access/xlog_internal.h @@ -8,10 +8,10 @@ * needed by rmgr routines (redo/undo support for individual record types). * So the XLogRecord typedef and associated stuff appear in xlog.h. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.2 2004/08/03 20:32:34 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.3 2004/08/29 04:13:04 momjian Exp $ */ #ifndef XLOG_INTERNAL_H #define XLOG_INTERNAL_H diff --git a/src/include/access/xlogdefs.h b/src/include/access/xlogdefs.h index 4507723e5a..cd89653687 100644 --- a/src/include/access/xlogdefs.h +++ b/src/include/access/xlogdefs.h @@ -4,10 +4,10 @@ * Postgres transaction log manager record pointer and * timeline number definitions * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.12 2004/07/21 22:31:25 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.13 2004/08/29 04:13:04 momjian Exp $ */ #ifndef XLOG_DEFS_H #define XLOG_DEFS_H diff --git a/src/include/access/xlogutils.h b/src/include/access/xlogutils.h index a5b8f30978..962e49b4c4 100644 --- a/src/include/access/xlogutils.h +++ b/src/include/access/xlogutils.h @@ -3,10 +3,10 @@ * * PostgreSQL transaction log manager utility routines * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xlogutils.h,v 1.15 2004/07/21 22:31:25 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/xlogutils.h,v 1.16 2004/08/29 04:13:04 momjian Exp $ */ #ifndef XLOG_UTILS_H #define XLOG_UTILS_H |
