aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/Makefile2
-rwxr-xr-xsrc/include/catalog/unused_oids2
-rw-r--r--src/include/getopt_long.h2
-rw-r--r--src/include/port/cygwin.h2
-rw-r--r--src/include/port/solaris.h2
-rw-r--r--src/include/port/win32.h2
-rw-r--r--src/include/utils/pg_lzcompress.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/include/Makefile b/src/include/Makefile
index f64ab1149f5..cfd4c3637f5 100644
--- a/src/include/Makefile
+++ b/src/include/Makefile
@@ -6,7 +6,7 @@
# programming. 'make install-all-headers' installs the whole contents
# of src/include.
#
-# $Header: /cvsroot/pgsql/src/include/Makefile,v 1.11 2003/11/25 19:09:02 petere Exp $
+# $PostgreSQL: pgsql/src/include/Makefile,v 1.12 2003/11/29 19:52:08 pgsql Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/include/catalog/unused_oids b/src/include/catalog/unused_oids
index dada47cdfcd..897213a75c4 100755
--- a/src/include/catalog/unused_oids
+++ b/src/include/catalog/unused_oids
@@ -1,7 +1,7 @@
#!/bin/sh
# unused_oids
#
-# $Header: /cvsroot/pgsql/src/include/catalog/unused_oids,v 1.4 2001/08/10 18:57:41 tgl Exp $
+# $PostgreSQL: pgsql/src/include/catalog/unused_oids,v 1.5 2003/11/29 19:52:08 pgsql Exp $
#
# finds blocks of oids that have not already been claimed by
# post_hackers for internal purposes. primarily useful for
diff --git a/src/include/getopt_long.h b/src/include/getopt_long.h
index 646cb15b58e..417fbd1d566 100644
--- a/src/include/getopt_long.h
+++ b/src/include/getopt_long.h
@@ -4,7 +4,7 @@
*
* Portions Copyright (c) 2003, PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/include/getopt_long.h,v 1.4 2003/08/08 21:42:31 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/getopt_long.h,v 1.5 2003/11/29 19:52:08 pgsql Exp $
*/
#ifndef GETOPT_LONG_H
#define GETOPT_LONG_H
diff --git a/src/include/port/cygwin.h b/src/include/port/cygwin.h
index 2b818941ef0..66bb9acc5d0 100644
--- a/src/include/port/cygwin.h
+++ b/src/include/port/cygwin.h
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/pgsql/src/include/port/cygwin.h,v 1.4 2003/08/04 00:43:32 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/cygwin.h,v 1.5 2003/11/29 19:52:08 pgsql Exp $ */
#define HAS_TEST_AND_SET
typedef unsigned char slock_t;
diff --git a/src/include/port/solaris.h b/src/include/port/solaris.h
index c723cd6f379..6a234265bc1 100644
--- a/src/include/port/solaris.h
+++ b/src/include/port/solaris.h
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/pgsql/src/include/port/solaris.h,v 1.8 2003/03/10 22:28:21 tgl Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/solaris.h,v 1.9 2003/11/29 19:52:08 pgsql Exp $ */
#define HAS_TEST_AND_SET
typedef unsigned char slock_t;
diff --git a/src/include/port/win32.h b/src/include/port/win32.h
index 7ffff9b3031..a9aa6182161 100644
--- a/src/include/port/win32.h
+++ b/src/include/port/win32.h
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/pgsql/src/include/port/win32.h,v 1.12 2003/08/04 00:43:32 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.13 2003/11/29 19:52:08 pgsql Exp $ */
/* undefine and redefine after #include */
#undef mkdir
diff --git a/src/include/utils/pg_lzcompress.h b/src/include/utils/pg_lzcompress.h
index 24e4fae4a4f..d6422079cee 100644
--- a/src/include/utils/pg_lzcompress.h
+++ b/src/include/utils/pg_lzcompress.h
@@ -1,7 +1,7 @@
/* ----------
* pg_lzcompress.h -
*
- * $Header: /cvsroot/pgsql/src/include/utils/pg_lzcompress.h,v 1.9 2002/11/23 03:59:09 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/pg_lzcompress.h,v 1.10 2003/11/29 19:52:08 pgsql Exp $
*
* Definitions for the builtin LZ compressor
* ----------