summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan2008-05-17 01:28:26 +0000
committerAndrew Dunstan2008-05-17 01:28:26 +0000
commit53972b460c6bc56178244ac53cf71e11bba6c37a (patch)
treee5ea73b8ea69f5b988aa0649519bec19d9e24cc2
parentcaede71b447971399011ef7687f4c68fe5ac9fc6 (diff)
Add $PostgreSQL$ markers to a lot of files that were missing them.
This particular batch was just for *.c and *.h file. The changes were made with the following 2 commands: find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \) -prune \) -o \( -name '*.[ch]' \) \( -exec grep -q '\$PostgreSQL' {} \; -o -print \) | while read file ; do head -n 1 < $file | grep -q '^/\*' && echo $file; done | xargs -l sed -i -e '1s/^\// /' -e '1i/*\n * $PostgreSQL:$ \n *' find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \) -prune \) -o \( -name '*.[ch]' \) \( -exec grep -q '\$PostgreSQL' {} \; -o -print \) | xargs -l sed -i -e '1i/*\n * $PostgreSQL:$ \n */'
-rw-r--r--contrib/btree_gist/btree_bit.c3
-rw-r--r--contrib/btree_gist/btree_bytea.c3
-rw-r--r--contrib/btree_gist/btree_cash.c3
-rw-r--r--contrib/btree_gist/btree_date.c3
-rw-r--r--contrib/btree_gist/btree_float4.c3
-rw-r--r--contrib/btree_gist/btree_float8.c3
-rw-r--r--contrib/btree_gist/btree_gist.c3
-rw-r--r--contrib/btree_gist/btree_gist.h3
-rw-r--r--contrib/btree_gist/btree_inet.c3
-rw-r--r--contrib/btree_gist/btree_int2.c3
-rw-r--r--contrib/btree_gist/btree_int4.c3
-rw-r--r--contrib/btree_gist/btree_int8.c3
-rw-r--r--contrib/btree_gist/btree_interval.c3
-rw-r--r--contrib/btree_gist/btree_macaddr.c3
-rw-r--r--contrib/btree_gist/btree_numeric.c3
-rw-r--r--contrib/btree_gist/btree_oid.c3
-rw-r--r--contrib/btree_gist/btree_text.c3
-rw-r--r--contrib/btree_gist/btree_time.c3
-rw-r--r--contrib/btree_gist/btree_ts.c3
-rw-r--r--contrib/btree_gist/btree_utils_num.c3
-rw-r--r--contrib/btree_gist/btree_utils_num.h3
-rw-r--r--contrib/btree_gist/btree_utils_var.c3
-rw-r--r--contrib/btree_gist/btree_utils_var.h3
-rw-r--r--contrib/hstore/crc32.c5
-rw-r--r--contrib/hstore/crc32.h3
-rw-r--r--contrib/intarray/_int.h3
-rw-r--r--contrib/intarray/_int_bool.c3
-rw-r--r--contrib/intarray/_int_gin.c3
-rw-r--r--contrib/intarray/_int_gist.c3
-rw-r--r--contrib/intarray/_int_op.c3
-rw-r--r--contrib/intarray/_int_tool.c3
-rw-r--r--contrib/intarray/_intbig_gist.c3
-rw-r--r--contrib/ltree/_ltree_gist.c3
-rw-r--r--contrib/ltree/_ltree_op.c3
-rw-r--r--contrib/pageinspect/btreefuncs.c3
-rw-r--r--contrib/pg_standby/pg_standby.c3
-rw-r--r--contrib/pg_trgm/trgm.h3
-rw-r--r--contrib/pg_trgm/trgm_gin.c3
-rw-r--r--contrib/pg_trgm/trgm_gist.c3
-rw-r--r--contrib/pg_trgm/trgm_op.c3
-rw-r--r--contrib/pgcrypto/rijndael.h5
-rw-r--r--contrib/pgstattuple/pgstatindex.c3
-rw-r--r--contrib/seg/seg.c5
-rw-r--r--contrib/seg/segdata.h3
-rw-r--r--contrib/spi/autoinc.c3
-rw-r--r--contrib/spi/refint.c3
-rw-r--r--contrib/spi/timetravel.c3
-rw-r--r--contrib/tablefunc/tablefunc.c3
-rw-r--r--contrib/tablefunc/tablefunc.h3
-rw-r--r--contrib/xml2/xpath.c5
-rw-r--r--contrib/xml2/xslt_proc.c5
-rw-r--r--src/backend/port/darwin/system.c5
-rw-r--r--src/backend/port/dynloader/aix.c3
-rw-r--r--src/backend/port/dynloader/sco.c5
-rw-r--r--src/backend/port/dynloader/solaris.c5
-rw-r--r--src/backend/port/dynloader/sunos4.c5
-rw-r--r--src/backend/port/dynloader/svr4.c5
-rw-r--r--src/backend/port/dynloader/univel.c5
-rw-r--r--src/backend/port/dynloader/univel.h5
-rw-r--r--src/backend/port/dynloader/unixware.c5
-rw-r--r--src/backend/port/dynloader/unixware.h5
-rw-r--r--src/backend/port/dynloader/win32.h3
-rw-r--r--src/backend/port/nextstep/port.c3
-rw-r--r--src/backend/utils/mb/wstrcmp.c5
-rw-r--r--src/backend/utils/mb/wstrncmp.c3
-rw-r--r--src/include/commands/comment.h5
-rw-r--r--src/include/commands/proclang.h5
-rw-r--r--src/include/port/aix.h3
-rw-r--r--src/include/port/bsdi.h3
-rw-r--r--src/include/port/sco.h5
-rw-r--r--src/include/port/sunos4.h5
-rw-r--r--src/include/port/ultrix4.h3
-rw-r--r--src/include/port/univel.h5
-rw-r--r--src/include/port/unixware.h5
-rw-r--r--src/include/port/win32/pwd.h3
-rw-r--r--src/include/port/win32/sys/wait.h3
-rw-r--r--src/include/utils/cash.h3
-rw-r--r--src/interfaces/ecpg/include/sql3types.h3
-rw-r--r--src/interfaces/ecpg/include/sqlca.h3
-rw-r--r--src/interfaces/ecpg/include/sqlda.h3
-rw-r--r--src/interfaces/ecpg/include/sqltypes.h3
-rw-r--r--src/interfaces/ecpg/pgtypeslib/timestamp.c3
-rw-r--r--src/interfaces/ecpg/preproc/type.h3
-rw-r--r--src/interfaces/ecpg/test/regression.h3
-rw-r--r--src/interfaces/libpq/win32.c3
-rw-r--r--src/interfaces/libpq/win32.h3
-rw-r--r--src/pl/plperl/spi_internal.c3
-rw-r--r--src/port/pthread-win32.h3
-rw-r--r--src/port/rand.c5
-rw-r--r--src/port/strlcat.c5
-rw-r--r--src/port/strtol.c3
-rw-r--r--src/port/strtoul.c3
-rw-r--r--src/test/examples/testlibpq.c3
-rw-r--r--src/test/examples/testlibpq2.c3
-rw-r--r--src/test/examples/testlibpq3.c3
-rw-r--r--src/test/examples/testlibpq4.c3
-rw-r--r--src/test/locale/test-ctype.c3
-rw-r--r--src/tools/fsync/test_fsync.c3
-rw-r--r--src/tutorial/complex.c5
99 files changed, 321 insertions, 24 deletions
diff --git a/contrib/btree_gist/btree_bit.c b/contrib/btree_gist/btree_bit.c
index d86034fd6f..feadf6be48 100644
--- a/contrib/btree_gist/btree_bit.c
+++ b/contrib/btree_gist/btree_bit.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_bit.c,v 1.9 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_var.h"
#include "utils/builtins.h"
diff --git a/contrib/btree_gist/btree_bytea.c b/contrib/btree_gist/btree_bytea.c
index 02229653f4..9619a7a0af 100644
--- a/contrib/btree_gist/btree_bytea.c
+++ b/contrib/btree_gist/btree_bytea.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_bytea.c,v 1.8 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_var.h"
#include "utils/builtins.h"
diff --git a/contrib/btree_gist/btree_cash.c b/contrib/btree_gist/btree_cash.c
index 17edd02309..4543b082e9 100644
--- a/contrib/btree_gist/btree_cash.c
+++ b/contrib/btree_gist/btree_cash.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_cash.c,v 1.8 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/cash.h"
diff --git a/contrib/btree_gist/btree_date.c b/contrib/btree_gist/btree_date.c
index 212ee2d397..5ee7273a0b 100644
--- a/contrib/btree_gist/btree_date.c
+++ b/contrib/btree_gist/btree_date.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_date.c,v 1.6 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/date.h"
diff --git a/contrib/btree_gist/btree_float4.c b/contrib/btree_gist/btree_float4.c
index 1aab392b80..1def7479e0 100644
--- a/contrib/btree_gist/btree_float4.c
+++ b/contrib/btree_gist/btree_float4.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_float4.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
diff --git a/contrib/btree_gist/btree_float8.c b/contrib/btree_gist/btree_float8.c
index 3c804922cc..6117adf19e 100644
--- a/contrib/btree_gist/btree_float8.c
+++ b/contrib/btree_gist/btree_float8.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_float8.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
diff --git a/contrib/btree_gist/btree_gist.c b/contrib/btree_gist/btree_gist.c
index c5c7bb88bb..d3befb04f7 100644
--- a/contrib/btree_gist/btree_gist.c
+++ b/contrib/btree_gist/btree_gist.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.c,v 1.12 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
PG_MODULE_MAGIC;
diff --git a/contrib/btree_gist/btree_gist.h b/contrib/btree_gist/btree_gist.h
index 299f2d359e..dd708fb889 100644
--- a/contrib/btree_gist/btree_gist.h
+++ b/contrib/btree_gist/btree_gist.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_gist.h,v 1.8 2008/05/17 01:28:19 adunstan Exp $
+ */
#ifndef __BTREE_GIST_H__
#define __BTREE_GIST_H__
diff --git a/contrib/btree_gist/btree_inet.c b/contrib/btree_gist/btree_inet.c
index b54e1c112f..d8c85d7433 100644
--- a/contrib/btree_gist/btree_inet.c
+++ b/contrib/btree_gist/btree_inet.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_inet.c,v 1.9 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/builtins.h"
diff --git a/contrib/btree_gist/btree_int2.c b/contrib/btree_gist/btree_int2.c
index b129130c2c..fa03f364f8 100644
--- a/contrib/btree_gist/btree_int2.c
+++ b/contrib/btree_gist/btree_int2.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_int2.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
diff --git a/contrib/btree_gist/btree_int4.c b/contrib/btree_gist/btree_int4.c
index c07c9a1e2c..5d9b1a19f9 100644
--- a/contrib/btree_gist/btree_int4.c
+++ b/contrib/btree_gist/btree_int4.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_int4.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
diff --git a/contrib/btree_gist/btree_int8.c b/contrib/btree_gist/btree_int8.c
index 3466e1c115..59493081bd 100644
--- a/contrib/btree_gist/btree_int8.c
+++ b/contrib/btree_gist/btree_int8.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_int8.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
diff --git a/contrib/btree_gist/btree_interval.c b/contrib/btree_gist/btree_interval.c
index 232ba20531..e5c096cfda 100644
--- a/contrib/btree_gist/btree_interval.c
+++ b/contrib/btree_gist/btree_interval.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_interval.c,v 1.11 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/timestamp.h"
diff --git a/contrib/btree_gist/btree_macaddr.c b/contrib/btree_gist/btree_macaddr.c
index 5bdc9eb3bd..da57e6d4e3 100644
--- a/contrib/btree_gist/btree_macaddr.c
+++ b/contrib/btree_gist/btree_macaddr.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_macaddr.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/builtins.h"
diff --git a/contrib/btree_gist/btree_numeric.c b/contrib/btree_gist/btree_numeric.c
index a1fcf602c0..e7d4b330fa 100644
--- a/contrib/btree_gist/btree_numeric.c
+++ b/contrib/btree_gist/btree_numeric.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_numeric.c,v 1.11 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include <math.h>
diff --git a/contrib/btree_gist/btree_oid.c b/contrib/btree_gist/btree_oid.c
index 119035cad6..3334275530 100644
--- a/contrib/btree_gist/btree_oid.c
+++ b/contrib/btree_gist/btree_oid.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_oid.c,v 1.7 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
diff --git a/contrib/btree_gist/btree_text.c b/contrib/btree_gist/btree_text.c
index 7951d055d3..a0e817780e 100644
--- a/contrib/btree_gist/btree_text.c
+++ b/contrib/btree_gist/btree_text.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_text.c,v 1.11 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_var.h"
#include "utils/builtins.h"
diff --git a/contrib/btree_gist/btree_time.c b/contrib/btree_gist/btree_time.c
index 0d2c2cf10e..fff5e3b446 100644
--- a/contrib/btree_gist/btree_time.c
+++ b/contrib/btree_gist/btree_time.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_time.c,v 1.15 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/date.h"
diff --git a/contrib/btree_gist/btree_ts.c b/contrib/btree_gist/btree_ts.c
index 32451244b5..c20699fa91 100644
--- a/contrib/btree_gist/btree_ts.c
+++ b/contrib/btree_gist/btree_ts.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_ts.c,v 1.16 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/datetime.h"
diff --git a/contrib/btree_gist/btree_utils_num.c b/contrib/btree_gist/btree_utils_num.c
index 5e227196b6..357a8f165b 100644
--- a/contrib/btree_gist/btree_utils_num.c
+++ b/contrib/btree_gist/btree_utils_num.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_num.c,v 1.11 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include "btree_utils_num.h"
#include "utils/cash.h"
diff --git a/contrib/btree_gist/btree_utils_num.h b/contrib/btree_gist/btree_utils_num.h
index dcaa94bbee..de2e35b772 100644
--- a/contrib/btree_gist/btree_utils_num.h
+++ b/contrib/btree_gist/btree_utils_num.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_num.h,v 1.12 2008/05/17 01:28:19 adunstan Exp $
+ */
#ifndef __BTREE_UTILS_NUM_H__
#define __BTREE_UTILS_NUM_H__
diff --git a/contrib/btree_gist/btree_utils_var.c b/contrib/btree_gist/btree_utils_var.c
index 1ad5c0d99b..37107c9d92 100644
--- a/contrib/btree_gist/btree_utils_var.c
+++ b/contrib/btree_gist/btree_utils_var.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_var.c,v 1.19 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "btree_gist.h"
#include <math.h>
diff --git a/contrib/btree_gist/btree_utils_var.h b/contrib/btree_gist/btree_utils_var.h
index 0c723e91ac..53d720adc5 100644
--- a/contrib/btree_gist/btree_utils_var.h
+++ b/contrib/btree_gist/btree_utils_var.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/btree_gist/btree_utils_var.h,v 1.8 2008/05/17 01:28:19 adunstan Exp $
+ */
#ifndef __BTREE_UTILS_VAR_H__
#define __BTREE_UTILS_VAR_H__
diff --git a/contrib/hstore/crc32.c b/contrib/hstore/crc32.c
index 5f4f7a3178..b1f80fde07 100644
--- a/contrib/hstore/crc32.c
+++ b/contrib/hstore/crc32.c
@@ -1,4 +1,7 @@
-/* Both POSIX and CRC32 checksums */
+/*
+ * $PostgreSQL: pgsql/contrib/hstore/crc32.c,v 1.3 2008/05/17 01:28:19 adunstan Exp $
+ *
+ * Both POSIX and CRC32 checksums */
#include <sys/types.h>
#include <stdio.h>
diff --git a/contrib/hstore/crc32.h b/contrib/hstore/crc32.h
index 97254a4a90..d2d6c8bd9a 100644
--- a/contrib/hstore/crc32.h
+++ b/contrib/hstore/crc32.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/hstore/crc32.h,v 1.2 2008/05/17 01:28:19 adunstan Exp $
+ */
#ifndef _CRC32_H
#define _CRC32_H
diff --git a/contrib/intarray/_int.h b/contrib/intarray/_int.h
index 6a9bccb525..debc324933 100644
--- a/contrib/intarray/_int.h
+++ b/contrib/intarray/_int.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int.h,v 1.16 2008/05/17 01:28:19 adunstan Exp $
+ */
#ifndef ___INT_H__
#define ___INT_H__
diff --git a/contrib/intarray/_int_bool.c b/contrib/intarray/_int_bool.c
index a9fc66c1ff..2cba9b66c1 100644
--- a/contrib/intarray/_int_bool.c
+++ b/contrib/intarray/_int_bool.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int_bool.c,v 1.15 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "postgres.h"
#include "utils/builtins.h"
diff --git a/contrib/intarray/_int_gin.c b/contrib/intarray/_int_gin.c
index d895990318..0edb686df2 100644
--- a/contrib/intarray/_int_gin.c
+++ b/contrib/intarray/_int_gin.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int_gin.c,v 1.8 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "postgres.h"
#include "access/gist.h"
diff --git a/contrib/intarray/_int_gist.c b/contrib/intarray/_int_gist.c
index 8f8f79a824..13fee25ec7 100644
--- a/contrib/intarray/_int_gist.c
+++ b/contrib/intarray/_int_gist.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int_gist.c,v 1.22 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "postgres.h"
#include "access/gist.h"
diff --git a/contrib/intarray/_int_op.c b/contrib/intarray/_int_op.c
index dd3b028929..b29a405e35 100644
--- a/contrib/intarray/_int_op.c
+++ b/contrib/intarray/_int_op.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int_op.c,v 1.8 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "postgres.h"
#include "lib/stringinfo.h"
diff --git a/contrib/intarray/_int_tool.c b/contrib/intarray/_int_tool.c
index 82ab490784..7f7e4d43a9 100644
--- a/contrib/intarray/_int_tool.c
+++ b/contrib/intarray/_int_tool.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_int_tool.c,v 1.11 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "postgres.h"
#include "catalog/pg_type.h"
diff --git a/contrib/intarray/_intbig_gist.c b/contrib/intarray/_intbig_gist.c
index fe83860cfa..d1e3f19037 100644
--- a/contrib/intarray/_intbig_gist.c
+++ b/contrib/intarray/_intbig_gist.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/intarray/_intbig_gist.c,v 1.19 2008/05/17 01:28:19 adunstan Exp $
+ */
#include "postgres.h"
#include "access/gist.h"
diff --git a/contrib/ltree/_ltree_gist.c b/contrib/ltree/_ltree_gist.c
index f1fa0fbaf4..3d9145cf6b 100644
--- a/contrib/ltree/_ltree_gist.c
+++ b/contrib/ltree/_ltree_gist.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/contrib/ltree/_ltree_gist.c,v 1.25 2008/05/17 01:28:19 adunstan Exp $
+ *
+ *
* GiST support for ltree[]
* Teodor Sigaev <[email protected]>
*/
diff --git a/contrib/ltree/_ltree_op.c b/contrib/ltree/_ltree_op.c
index 4a648ee03e..c0d0a95001 100644
--- a/contrib/ltree/_ltree_op.c
+++ b/contrib/ltree/_ltree_op.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/contrib/ltree/_ltree_op.c,v 1.12 2008/05/17 01:28:19 adunstan Exp $
+ *
+ *
* op function for ltree[]
* Teodor Sigaev <[email protected]>
*/
diff --git a/contrib/pageinspect/btreefuncs.c b/contrib/pageinspect/btreefuncs.c
index 3fbfb9c12b..ab80b54500 100644
--- a/contrib/pageinspect/btreefuncs.c
+++ b/contrib/pageinspect/btreefuncs.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/contrib/pageinspect/btreefuncs.c,v 1.8 2008/05/17 01:28:19 adunstan Exp $
+ *
+ *
* btreefuncs.c
*
* Copyright (c) 2006 Satoshi Nagayasu <[email protected]>
diff --git a/contrib/pg_standby/pg_standby.c b/contrib/pg_standby/pg_standby.c
index 9879348cc1..e8597c6973 100644
--- a/contrib/pg_standby/pg_standby.c
+++ b/contrib/pg_standby/pg_standby.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.12 2008/05/17 01:28:21 adunstan Exp $
+ *
+ *
* pg_standby.c
*
* Production-ready example of how to create a Warm Standby
diff --git a/contrib/pg_trgm/trgm.h b/contrib/pg_trgm/trgm.h
index 5a8d2e362a..e2f60fcf7b 100644
--- a/contrib/pg_trgm/trgm.h
+++ b/contrib/pg_trgm/trgm.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/pg_trgm/trgm.h,v 1.9 2008/05/17 01:28:21 adunstan Exp $
+ */
#ifndef __TRGM_H__
#define __TRGM_H__
diff --git a/contrib/pg_trgm/trgm_gin.c b/contrib/pg_trgm/trgm_gin.c
index 9a36afa074..82ac2b41c1 100644
--- a/contrib/pg_trgm/trgm_gin.c
+++ b/contrib/pg_trgm/trgm_gin.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/pg_trgm/trgm_gin.c,v 1.4 2008/05/17 01:28:21 adunstan Exp $
+ */
#include "trgm.h"
#include "access/gin.h"
diff --git a/contrib/pg_trgm/trgm_gist.c b/contrib/pg_trgm/trgm_gist.c
index 9cf88dc45b..7baf4fd697 100644
--- a/contrib/pg_trgm/trgm_gist.c
+++ b/contrib/pg_trgm/trgm_gist.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/pg_trgm/trgm_gist.c,v 1.14 2008/05/17 01:28:21 adunstan Exp $
+ */
#include "trgm.h"
#include "access/gist.h"
diff --git a/contrib/pg_trgm/trgm_op.c b/contrib/pg_trgm/trgm_op.c
index 6b0e28d5d2..ae72ae617f 100644
--- a/contrib/pg_trgm/trgm_op.c
+++ b/contrib/pg_trgm/trgm_op.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/pg_trgm/trgm_op.c,v 1.10 2008/05/17 01:28:21 adunstan Exp $
+ */
#include "trgm.h"
#include <ctype.h>
#include "utils/array.h"
diff --git a/contrib/pgcrypto/rijndael.h b/contrib/pgcrypto/rijndael.h
index 41c1a2a122..e5e862323f 100644
--- a/contrib/pgcrypto/rijndael.h
+++ b/contrib/pgcrypto/rijndael.h
@@ -1,4 +1,7 @@
-/* $OpenBSD: rijndael.h,v 1.3 2001/05/09 23:01:32 markus Exp $ */
+/*
+ * $PostgreSQL: pgsql/contrib/pgcrypto/rijndael.h,v 1.6 2008/05/17 01:28:21 adunstan Exp $
+ *
+ * $OpenBSD: rijndael.h,v 1.3 2001/05/09 23:01:32 markus Exp $ */
/* This is an independent implementation of the encryption algorithm: */
/* */
diff --git a/contrib/pgstattuple/pgstatindex.c b/contrib/pgstattuple/pgstatindex.c
index 7b95a070b4..dfb162d5e4 100644
--- a/contrib/pgstattuple/pgstatindex.c
+++ b/contrib/pgstattuple/pgstatindex.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/contrib/pgstattuple/pgstatindex.c,v 1.11 2008/05/17 01:28:22 adunstan Exp $
+ *
+ *
* pgstatindex
*
* Copyright (c) 2006 Satoshi Nagayasu <[email protected]>
diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c
index cb0ce4f5ca..8a95a1d5cc 100644
--- a/contrib/seg/seg.c
+++ b/contrib/seg/seg.c
@@ -1,4 +1,7 @@
-/******************************************************************************
+/*
+ * $PostgreSQL: pgsql/contrib/seg/seg.c,v 1.24 2008/05/17 01:28:22 adunstan Exp $
+ *
+ ******************************************************************************
This file contains routines that can be bound to a Postgres backend and
called by the backend in the process of processing queries. The calling
format for these routines is dictated by Postgres architecture.
diff --git a/contrib/seg/segdata.h b/contrib/seg/segdata.h
index 420df739c5..ce177fb80b 100644
--- a/contrib/seg/segdata.h
+++ b/contrib/seg/segdata.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/seg/segdata.h,v 1.5 2008/05/17 01:28:22 adunstan Exp $
+ */
typedef struct SEG
{
float4 lower;
diff --git a/contrib/spi/autoinc.c b/contrib/spi/autoinc.c
index 6ca09230a6..bc39db00c2 100644
--- a/contrib/spi/autoinc.c
+++ b/contrib/spi/autoinc.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/contrib/spi/autoinc.c,v 1.15 2008/05/17 01:28:22 adunstan Exp $
+ */
#include "executor/spi.h" /* this is what you need to work with SPI */
#include "commands/trigger.h" /* -"- and triggers */
diff --git a/contrib/spi/refint.c b/contrib/spi/refint.c
index d88975d5e9..dd628e7be3 100644
--- a/contrib/spi/refint.c
+++ b/contrib/spi/refint.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/contrib/spi/refint.c,v 1.33 2008/05/17 01:28:22 adunstan Exp $
+ *
+ *
* refint.c -- set of functions to define referential integrity
* constraints using general triggers.
*/
diff --git a/contrib/spi/timetravel.c b/contrib/spi/timetravel.c
index 0fd5cae09b..a0a1b22923 100644
--- a/contrib/spi/timetravel.c
+++ b/contrib/spi/timetravel.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/contrib/spi/timetravel.c,v 1.29 2008/05/17 01:28:22 adunstan Exp $
+ *
+ *
* timetravel.c -- function to get time travel feature
* using general triggers.
*/
diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c
index 793f26ed58..e220c73633 100644
--- a/contrib/tablefunc/tablefunc.c
+++ b/contrib/tablefunc/tablefunc.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/contrib/tablefunc/tablefunc.c,v 1.53 2008/05/17 01:28:22 adunstan Exp $
+ *
+ *
* tablefunc
*
* Sample to demonstrate C functions which return setof scalar
diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h
index f6fbf97827..3b4bb40cef 100644
--- a/contrib/tablefunc/tablefunc.h
+++ b/contrib/tablefunc/tablefunc.h
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/contrib/tablefunc/tablefunc.h,v 1.14 2008/05/17 01:28:22 adunstan Exp $
+ *
+ *
* tablefunc
*
* Sample to demonstrate C functions which return setof scalar
diff --git a/contrib/xml2/xpath.c b/contrib/xml2/xpath.c
index 98865bac7a..39908494f3 100644
--- a/contrib/xml2/xpath.c
+++ b/contrib/xml2/xpath.c
@@ -1,4 +1,7 @@
-/* Parser interface for DOM-based parser (libxml) rather than
+/*
+ * $PostgreSQL: pgsql/contrib/xml2/xpath.c,v 1.20 2008/05/17 01:28:22 adunstan Exp $
+ *
+ * Parser interface for DOM-based parser (libxml) rather than
stream-based SAX-type parser */
#include "postgres.h"
diff --git a/contrib/xml2/xslt_proc.c b/contrib/xml2/xslt_proc.c
index b2349aaace..425a939333 100644
--- a/contrib/xml2/xslt_proc.c
+++ b/contrib/xml2/xslt_proc.c
@@ -1,4 +1,7 @@
-/* XSLT processing functions (requiring libxslt) */
+/*
+ * $PostgreSQL: pgsql/contrib/xml2/xslt_proc.c,v 1.13 2008/05/17 01:28:22 adunstan Exp $
+ *
+ * XSLT processing functions (requiring libxslt) */
/* John Gray, for Torchbox 2003-04-01 */
#include "postgres.h"
diff --git a/src/backend/port/darwin/system.c b/src/backend/port/darwin/system.c
index d8be8070d5..f6586505ba 100644
--- a/src/backend/port/darwin/system.c
+++ b/src/backend/port/darwin/system.c
@@ -1,4 +1,7 @@
-/* only needed in OS X 10.1 and possibly early 10.2 releases */
+/*
+ * $PostgreSQL: pgsql/src/backend/port/darwin/system.c,v 1.7 2008/05/17 01:28:22 adunstan Exp $
+ *
+ * only needed in OS X 10.1 and possibly early 10.2 releases */
#include <AvailabilityMacros.h>
#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_2 || !defined(MAC_OS_X_VERSION_10_2)
diff --git a/src/backend/port/dynloader/aix.c b/src/backend/port/dynloader/aix.c
index 31bf9cbbf0..ee8722b883 100644
--- a/src/backend/port/dynloader/aix.c
+++ b/src/backend/port/dynloader/aix.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/aix.c,v 1.20 2008/05/17 01:28:23 adunstan Exp $
+ *
+ *
* @(#)dlfcn.c 1.7 revision of 95/08/14 19:08:38
* This is an unpublished work copyright (c) 1992 HELIOS Software GmbH
* 30159 Hannover, Germany
diff --git a/src/backend/port/dynloader/sco.c b/src/backend/port/dynloader/sco.c
index 10e91046bf..da09a25591 100644
--- a/src/backend/port/dynloader/sco.c
+++ b/src/backend/port/dynloader/sco.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/sco.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $
+ *
+ * Dummy file used for nothing at this point
*
* see sco.h
*/
diff --git a/src/backend/port/dynloader/solaris.c b/src/backend/port/dynloader/solaris.c
index 2e92cd372c..27f555e1b4 100644
--- a/src/backend/port/dynloader/solaris.c
+++ b/src/backend/port/dynloader/solaris.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/solaris.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $
+ *
+ * Dummy file used for nothing at this point
*
* see solaris.h
*/
diff --git a/src/backend/port/dynloader/sunos4.c b/src/backend/port/dynloader/sunos4.c
index 08dd9746dd..659964cdca 100644
--- a/src/backend/port/dynloader/sunos4.c
+++ b/src/backend/port/dynloader/sunos4.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/sunos4.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $
+ *
+ * Dummy file used for nothing at this point
*
* see sunos4.h
*/
diff --git a/src/backend/port/dynloader/svr4.c b/src/backend/port/dynloader/svr4.c
index e0f6b6b49d..2cafa40e55 100644
--- a/src/backend/port/dynloader/svr4.c
+++ b/src/backend/port/dynloader/svr4.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/svr4.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $
+ *
+ * Dummy file used for nothing at this point
*
* see svr4.h
*/
diff --git a/src/backend/port/dynloader/univel.c b/src/backend/port/dynloader/univel.c
index 98b6d61d30..0f6cc80fe1 100644
--- a/src/backend/port/dynloader/univel.c
+++ b/src/backend/port/dynloader/univel.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/univel.c,v 1.4 2008/05/17 01:28:23 adunstan Exp $
+ *
+ * Dummy file used for nothing at this point
*
* see univel.h
*/
diff --git a/src/backend/port/dynloader/univel.h b/src/backend/port/dynloader/univel.h
index d4a96d9344..03a8aec1fc 100644
--- a/src/backend/port/dynloader/univel.h
+++ b/src/backend/port/dynloader/univel.h
@@ -1,4 +1,7 @@
-/*-------------------------------------------------------------------------
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/univel.h,v 1.22 2008/05/17 01:28:23 adunstan Exp $
+ *
+ *-------------------------------------------------------------------------
*
* univel.h
* port-specific prototypes for Intel x86/UNIXWARE
diff --git a/src/backend/port/dynloader/unixware.c b/src/backend/port/dynloader/unixware.c
index 0ae1c69dee..2db3fa9367 100644
--- a/src/backend/port/dynloader/unixware.c
+++ b/src/backend/port/dynloader/unixware.c
@@ -1,4 +1,7 @@
-/* Dummy file used for nothing at this point
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/unixware.c,v 1.2 2008/05/17 01:28:23 adunstan Exp $
+ *
+ * Dummy file used for nothing at this point
*
* see unixware.h
*/
diff --git a/src/backend/port/dynloader/unixware.h b/src/backend/port/dynloader/unixware.h
index 1189188199..8f194ac8cc 100644
--- a/src/backend/port/dynloader/unixware.h
+++ b/src/backend/port/dynloader/unixware.h
@@ -1,4 +1,7 @@
-/*-------------------------------------------------------------------------
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/unixware.h,v 1.20 2008/05/17 01:28:23 adunstan Exp $
+ *
+ *-------------------------------------------------------------------------
*
* unixware.h
* port-specific prototypes for Intel x86/UNIXWARE 7
diff --git a/src/backend/port/dynloader/win32.h b/src/backend/port/dynloader/win32.h
index ea051ff1d3..fa44b7f54e 100644
--- a/src/backend/port/dynloader/win32.h
+++ b/src/backend/port/dynloader/win32.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/win32.h,v 1.4 2008/05/17 01:28:23 adunstan Exp $
+ */
#ifndef PORT_PROTOS_H
#define PORT_PROTOS_H
diff --git a/src/backend/port/nextstep/port.c b/src/backend/port/nextstep/port.c
index 0271a3287a..abeb70546d 100644
--- a/src/backend/port/nextstep/port.c
+++ b/src/backend/port/nextstep/port.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/backend/port/nextstep/port.c,v 1.11 2008/05/17 01:28:23 adunstan Exp $
+ */
#include "postgres.h"
#ifndef _POSIX_SOURCE
diff --git a/src/backend/utils/mb/wstrcmp.c b/src/backend/utils/mb/wstrcmp.c
index 5d1aab7def..2bd55d1bee 100644
--- a/src/backend/utils/mb/wstrcmp.c
+++ b/src/backend/utils/mb/wstrcmp.c
@@ -1,4 +1,7 @@
-/*-
+/*
+ * $PostgreSQL: pgsql/src/backend/utils/mb/wstrcmp.c,v 1.9 2008/05/17 01:28:24 adunstan Exp $
+ *
+ *-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/src/backend/utils/mb/wstrncmp.c b/src/backend/utils/mb/wstrncmp.c
index cbbc940826..3de672c779 100644
--- a/src/backend/utils/mb/wstrncmp.c
+++ b/src/backend/utils/mb/wstrncmp.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/backend/utils/mb/wstrncmp.c,v 1.9 2008/05/17 01:28:24 adunstan Exp $
+ *
+ *
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h
index 9c97f2b33e..4e352a4e81 100644
--- a/src/include/commands/comment.h
+++ b/src/include/commands/comment.h
@@ -1,4 +1,7 @@
-/*-------------------------------------------------------------------------
+/*
+ * $PostgreSQL: pgsql/src/include/commands/comment.h,v 1.22 2008/05/17 01:28:24 adunstan Exp $
+ *
+ *-------------------------------------------------------------------------
*
* comment.h
*
diff --git a/src/include/commands/proclang.h b/src/include/commands/proclang.h
index 07551dd8d5..fd97516689 100644
--- a/src/include/commands/proclang.h
+++ b/src/include/commands/proclang.h
@@ -1,4 +1,7 @@
-/*-------------------------------------------------------------------------
+/*
+ * $PostgreSQL: pgsql/src/include/commands/proclang.h,v 1.14 2008/05/17 01:28:24 adunstan Exp $
+ *
+ *-------------------------------------------------------------------------
*
* proclang.h
* prototypes for proclang.c.
diff --git a/src/include/port/aix.h b/src/include/port/aix.h
index 5ce3d29a11..8ee5c22b37 100644
--- a/src/include/port/aix.h
+++ b/src/include/port/aix.h
@@ -1,2 +1,5 @@
+/*
+ * $PostgreSQL: pgsql/src/include/port/aix.h,v 1.12 2008/05/17 01:28:24 adunstan Exp $
+ */
#define CLASS_CONFLICT
#define DISABLE_XOPEN_NLS
diff --git a/src/include/port/bsdi.h b/src/include/port/bsdi.h
index 8b13789179..03a269ae13 100644
--- a/src/include/port/bsdi.h
+++ b/src/include/port/bsdi.h
@@ -1 +1,4 @@
+/*
+ * $PostgreSQL: pgsql/src/include/port/bsdi.h,v 1.14 2008/05/17 01:28:24 adunstan Exp $
+ */
diff --git a/src/include/port/sco.h b/src/include/port/sco.h
index 2f05116d3e..0b237e0822 100644
--- a/src/include/port/sco.h
+++ b/src/include/port/sco.h
@@ -1,4 +1,7 @@
-/* see src/backend/libpq/pqcomm.c */
+/*
+ * $PostgreSQL: pgsql/src/include/port/sco.h,v 1.18 2008/05/17 01:28:24 adunstan Exp $
+ *
+ * see src/backend/libpq/pqcomm.c */
#define SCO_ACCEPT_BUG
#define USE_UNIVEL_CC
diff --git a/src/include/port/sunos4.h b/src/include/port/sunos4.h
index 48fdbffb91..9d34f9f9e6 100644
--- a/src/include/port/sunos4.h
+++ b/src/include/port/sunos4.h
@@ -1,2 +1,5 @@
-/* sprintf() returns char *, not int, on SunOS 4.1.x */
+/*
+ * $PostgreSQL: pgsql/src/include/port/sunos4.h,v 1.10 2008/05/17 01:28:24 adunstan Exp $
+ *
+ * sprintf() returns char *, not int, on SunOS 4.1.x */
#define SPRINTF_CHAR
diff --git a/src/include/port/ultrix4.h b/src/include/port/ultrix4.h
index 7df0abc34d..2da383fcb1 100644
--- a/src/include/port/ultrix4.h
+++ b/src/include/port/ultrix4.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/include/port/ultrix4.h,v 1.12 2008/05/17 01:28:24 adunstan Exp $
+ */
#define NOFIXADE
#define NEED_STRDUP
diff --git a/src/include/port/univel.h b/src/include/port/univel.h
index ca054166d1..10309bba46 100644
--- a/src/include/port/univel.h
+++ b/src/include/port/univel.h
@@ -1,4 +1,7 @@
-/***************************************
+/*
+ * $PostgreSQL: pgsql/src/include/port/univel.h,v 1.24 2008/05/17 01:28:24 adunstan Exp $
+ *
+ ***************************************
* Define this if you are compiling with
* the native UNIXWARE C compiler.
***************************************/
diff --git a/src/include/port/unixware.h b/src/include/port/unixware.h
index 6cddddac2e..a8002a0dcb 100644
--- a/src/include/port/unixware.h
+++ b/src/include/port/unixware.h
@@ -1,4 +1,7 @@
-/* see src/backend/libpq/pqcomm.c */
+/*
+ * $PostgreSQL: pgsql/src/include/port/unixware.h,v 1.18 2008/05/17 01:28:24 adunstan Exp $
+ *
+ * see src/backend/libpq/pqcomm.c */
#define SCO_ACCEPT_BUG
/***************************************
diff --git a/src/include/port/win32/pwd.h b/src/include/port/win32/pwd.h
index 8b13789179..8af52ef490 100644
--- a/src/include/port/win32/pwd.h
+++ b/src/include/port/win32/pwd.h
@@ -1 +1,4 @@
+/*
+ * $PostgreSQL: pgsql/src/include/port/win32/pwd.h,v 1.3 2008/05/17 01:28:25 adunstan Exp $
+ */
diff --git a/src/include/port/win32/sys/wait.h b/src/include/port/win32/sys/wait.h
index 8b13789179..20835d89ca 100644
--- a/src/include/port/win32/sys/wait.h
+++ b/src/include/port/win32/sys/wait.h
@@ -1 +1,4 @@
+/*
+ * $PostgreSQL: pgsql/src/include/port/win32/sys/wait.h,v 1.3 2008/05/17 01:28:25 adunstan Exp $
+ */
diff --git a/src/include/utils/cash.h b/src/include/utils/cash.h
index 808a08643f..a195d998d5 100644
--- a/src/include/utils/cash.h
+++ b/src/include/utils/cash.h
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/include/utils/cash.h,v 1.26 2008/05/17 01:28:25 adunstan Exp $
+ *
+ *
* cash.h
* Written by D'Arcy J.M. Cain
*
diff --git a/src/interfaces/ecpg/include/sql3types.h b/src/interfaces/ecpg/include/sql3types.h
index b9db452dac..acabb731b3 100644
--- a/src/interfaces/ecpg/include/sql3types.h
+++ b/src/interfaces/ecpg/include/sql3types.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sql3types.h,v 1.12 2008/05/17 01:28:25 adunstan Exp $
+ */
#ifndef _ECPG_SQL3TYPES_H
#define _ECPG_SQL3TYPES_H
diff --git a/src/interfaces/ecpg/include/sqlca.h b/src/interfaces/ecpg/include/sqlca.h
index 52fcbf830f..98cf079648 100644
--- a/src/interfaces/ecpg/include/sqlca.h
+++ b/src/interfaces/ecpg/include/sqlca.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqlca.h,v 1.30 2008/05/17 01:28:25 adunstan Exp $
+ */
#ifndef POSTGRES_SQLCA_H
#define POSTGRES_SQLCA_H
diff --git a/src/interfaces/ecpg/include/sqlda.h b/src/interfaces/ecpg/include/sqlda.h
index 8b13789179..314b161b56 100644
--- a/src/interfaces/ecpg/include/sqlda.h
+++ b/src/interfaces/ecpg/include/sqlda.h
@@ -1 +1,4 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqlda.h,v 1.3 2008/05/17 01:28:25 adunstan Exp $
+ */
diff --git a/src/interfaces/ecpg/include/sqltypes.h b/src/interfaces/ecpg/include/sqltypes.h
index f93bd41f8e..dc4738da85 100644
--- a/src/interfaces/ecpg/include/sqltypes.h
+++ b/src/interfaces/ecpg/include/sqltypes.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqltypes.h,v 1.8 2008/05/17 01:28:25 adunstan Exp $
+ */
#ifndef ECPG_SQLTYPES_H
#define ECPG_SQLTYPES_H
diff --git a/src/interfaces/ecpg/pgtypeslib/timestamp.c b/src/interfaces/ecpg/pgtypeslib/timestamp.c
index c86f1a53b2..74995b5ca2 100644
--- a/src/interfaces/ecpg/pgtypeslib/timestamp.c
+++ b/src/interfaces/ecpg/pgtypeslib/timestamp.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/timestamp.c,v 1.42 2008/05/17 01:28:25 adunstan Exp $
+ */
#include "postgres_fe.h"
#include <time.h>
diff --git a/src/interfaces/ecpg/preproc/type.h b/src/interfaces/ecpg/preproc/type.h
index 94c1e56f53..89195077ba 100644
--- a/src/interfaces/ecpg/preproc/type.h
+++ b/src/interfaces/ecpg/preproc/type.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/type.h,v 1.49 2008/05/17 01:28:25 adunstan Exp $
+ */
#ifndef _ECPG_PREPROC_TYPE_H
#define _ECPG_PREPROC_TYPE_H
diff --git a/src/interfaces/ecpg/test/regression.h b/src/interfaces/ecpg/test/regression.h
index f614938cef..cba295744f 100644
--- a/src/interfaces/ecpg/test/regression.h
+++ b/src/interfaces/ecpg/test/regression.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/test/regression.h,v 1.2 2008/05/17 01:28:25 adunstan Exp $
+ */
exec sql define REGRESSDB1 regress1;
exec sql define REGRESSDB2 connectdb;
diff --git a/src/interfaces/libpq/win32.c b/src/interfaces/libpq/win32.c
index 8b02076507..886a581864 100644
--- a/src/interfaces/libpq/win32.c
+++ b/src/interfaces/libpq/win32.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/interfaces/libpq/win32.c,v 1.24 2008/05/17 01:28:25 adunstan Exp $
+ *
+ *
* FILE
* win32.c
*
diff --git a/src/interfaces/libpq/win32.h b/src/interfaces/libpq/win32.h
index f3c61c798f..b1c52688ae 100644
--- a/src/interfaces/libpq/win32.h
+++ b/src/interfaces/libpq/win32.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/interfaces/libpq/win32.h,v 1.29 2008/05/17 01:28:25 adunstan Exp $
+ */
#ifndef __win32_h_included
#define __win32_h_included
diff --git a/src/pl/plperl/spi_internal.c b/src/pl/plperl/spi_internal.c
index 7ca771da83..7a0f76671b 100644
--- a/src/pl/plperl/spi_internal.c
+++ b/src/pl/plperl/spi_internal.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/pl/plperl/spi_internal.c,v 1.9 2008/05/17 01:28:25 adunstan Exp $
+ *
+ *
* This kludge is necessary because of the conflicting
* definitions of 'DEBUG' between postgres and perl.
* we'll live.
diff --git a/src/port/pthread-win32.h b/src/port/pthread-win32.h
index 2a2867344d..1552ae3738 100644
--- a/src/port/pthread-win32.h
+++ b/src/port/pthread-win32.h
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/port/pthread-win32.h,v 1.4 2008/05/17 01:28:25 adunstan Exp $
+ */
#ifndef __PTHREAD_H
#define __PTHREAD_H
diff --git a/src/port/rand.c b/src/port/rand.c
index b4631299e9..c9a966c9eb 100644
--- a/src/port/rand.c
+++ b/src/port/rand.c
@@ -1,4 +1,7 @@
-/*-------------------------------------------------------------------------
+/*
+ * $PostgreSQL: pgsql/src/port/rand.c,v 1.5 2008/05/17 01:28:25 adunstan Exp $
+ *
+ *-------------------------------------------------------------------------
*
* rand.c
* Missing rand implementations for Win32
diff --git a/src/port/strlcat.c b/src/port/strlcat.c
index 67c11069e6..9099b45c5f 100644
--- a/src/port/strlcat.c
+++ b/src/port/strlcat.c
@@ -1,4 +1,7 @@
-/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
+/*
+ * $PostgreSQL: pgsql/src/port/strlcat.c,v 1.3 2008/05/17 01:28:25 adunstan Exp $
+ *
+ * $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
/*
* Copyright (c) 1998 Todd C. Miller <[email protected]>
diff --git a/src/port/strtol.c b/src/port/strtol.c
index 9f11debecb..175c53901c 100644
--- a/src/port/strtol.c
+++ b/src/port/strtol.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/port/strtol.c,v 1.15 2008/05/17 01:28:25 adunstan Exp $
+ *
+ *
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
diff --git a/src/port/strtoul.c b/src/port/strtoul.c
index 60c53a157e..8ac6618655 100644
--- a/src/port/strtoul.c
+++ b/src/port/strtoul.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/port/strtoul.c,v 1.4 2008/05/17 01:28:25 adunstan Exp $
+ *
+ *
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/src/test/examples/testlibpq.c b/src/test/examples/testlibpq.c
index b27c17386a..b27d4186f6 100644
--- a/src/test/examples/testlibpq.c
+++ b/src/test/examples/testlibpq.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/test/examples/testlibpq.c,v 1.17 2008/05/17 01:28:25 adunstan Exp $
+ *
+ *
* testlibpq.c
*
* Test the C version of libpq, the PostgreSQL frontend library.
diff --git a/src/test/examples/testlibpq2.c b/src/test/examples/testlibpq2.c
index 5949c1364e..8500f50b8e 100644
--- a/src/test/examples/testlibpq2.c
+++ b/src/test/examples/testlibpq2.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/test/examples/testlibpq2.c,v 1.14 2008/05/17 01:28:26 adunstan Exp $
+ *
+ *
* testlibpq2.c
* Test of the asynchronous notification interface
*
diff --git a/src/test/examples/testlibpq3.c b/src/test/examples/testlibpq3.c
index 97ed023c14..0e9f9e8b51 100644
--- a/src/test/examples/testlibpq3.c
+++ b/src/test/examples/testlibpq3.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/test/examples/testlibpq3.c,v 1.15 2008/05/17 01:28:26 adunstan Exp $
+ *
+ *
* testlibpq3.c
* Test out-of-line parameters and binary I/O.
*
diff --git a/src/test/examples/testlibpq4.c b/src/test/examples/testlibpq4.c
index 71b7d25f13..8db0ac5e06 100644
--- a/src/test/examples/testlibpq4.c
+++ b/src/test/examples/testlibpq4.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/test/examples/testlibpq4.c,v 1.13 2008/05/17 01:28:26 adunstan Exp $
+ *
+ *
* testlibpq4.c
* this test program shows to use LIBPQ to make multiple backend
* connections
diff --git a/src/test/locale/test-ctype.c b/src/test/locale/test-ctype.c
index 684b73c9e1..904bed32ce 100644
--- a/src/test/locale/test-ctype.c
+++ b/src/test/locale/test-ctype.c
@@ -1,3 +1,6 @@
+/*
+ * $PostgreSQL: pgsql/src/test/locale/test-ctype.c,v 1.5 2008/05/17 01:28:26 adunstan Exp $
+ */
/*
diff --git a/src/tools/fsync/test_fsync.c b/src/tools/fsync/test_fsync.c
index fd85a064b0..724d1d7001 100644
--- a/src/tools/fsync/test_fsync.c
+++ b/src/tools/fsync/test_fsync.c
@@ -1,4 +1,7 @@
/*
+ * $PostgreSQL: pgsql/src/tools/fsync/test_fsync.c,v 1.21 2008/05/17 01:28:26 adunstan Exp $
+ *
+ *
* test_fsync.c
* test various fsync() methods
*/
diff --git a/src/tutorial/complex.c b/src/tutorial/complex.c
index 5b7da34612..ab0166ba52 100644
--- a/src/tutorial/complex.c
+++ b/src/tutorial/complex.c
@@ -1,4 +1,7 @@
-/******************************************************************************
+/*
+ * $PostgreSQL: pgsql/src/tutorial/complex.c,v 1.14 2008/05/17 01:28:26 adunstan Exp $
+ *
+ ******************************************************************************
This file contains routines that can be bound to a Postgres backend and
called by the backend in the process of processing queries. The calling
format for these routines is dictated by Postgres architecture.