From 53972b460c6bc56178244ac53cf71e11bba6c37a Mon Sep 17 00:00:00 2001 From: Andrew Dunstan <andrew@dunslane.net> Date: Sat, 17 May 2008 01:28:26 +0000 Subject: [PATCH] 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 */' --- contrib/btree_gist/btree_bit.c | 3 +++ contrib/btree_gist/btree_bytea.c | 3 +++ contrib/btree_gist/btree_cash.c | 3 +++ contrib/btree_gist/btree_date.c | 3 +++ contrib/btree_gist/btree_float4.c | 3 +++ contrib/btree_gist/btree_float8.c | 3 +++ contrib/btree_gist/btree_gist.c | 3 +++ contrib/btree_gist/btree_gist.h | 3 +++ contrib/btree_gist/btree_inet.c | 3 +++ contrib/btree_gist/btree_int2.c | 3 +++ contrib/btree_gist/btree_int4.c | 3 +++ contrib/btree_gist/btree_int8.c | 3 +++ contrib/btree_gist/btree_interval.c | 3 +++ contrib/btree_gist/btree_macaddr.c | 3 +++ contrib/btree_gist/btree_numeric.c | 3 +++ contrib/btree_gist/btree_oid.c | 3 +++ contrib/btree_gist/btree_text.c | 3 +++ contrib/btree_gist/btree_time.c | 3 +++ contrib/btree_gist/btree_ts.c | 3 +++ contrib/btree_gist/btree_utils_num.c | 3 +++ contrib/btree_gist/btree_utils_num.h | 3 +++ contrib/btree_gist/btree_utils_var.c | 3 +++ contrib/btree_gist/btree_utils_var.h | 3 +++ contrib/hstore/crc32.c | 5 ++++- contrib/hstore/crc32.h | 3 +++ contrib/intarray/_int.h | 3 +++ contrib/intarray/_int_bool.c | 3 +++ contrib/intarray/_int_gin.c | 3 +++ contrib/intarray/_int_gist.c | 3 +++ contrib/intarray/_int_op.c | 3 +++ contrib/intarray/_int_tool.c | 3 +++ contrib/intarray/_intbig_gist.c | 3 +++ contrib/ltree/_ltree_gist.c | 3 +++ contrib/ltree/_ltree_op.c | 3 +++ contrib/pageinspect/btreefuncs.c | 3 +++ contrib/pg_standby/pg_standby.c | 3 +++ contrib/pg_trgm/trgm.h | 3 +++ contrib/pg_trgm/trgm_gin.c | 3 +++ contrib/pg_trgm/trgm_gist.c | 3 +++ contrib/pg_trgm/trgm_op.c | 3 +++ contrib/pgcrypto/rijndael.h | 5 ++++- contrib/pgstattuple/pgstatindex.c | 3 +++ contrib/seg/seg.c | 5 ++++- contrib/seg/segdata.h | 3 +++ contrib/spi/autoinc.c | 3 +++ contrib/spi/refint.c | 3 +++ contrib/spi/timetravel.c | 3 +++ contrib/tablefunc/tablefunc.c | 3 +++ contrib/tablefunc/tablefunc.h | 3 +++ contrib/xml2/xpath.c | 5 ++++- contrib/xml2/xslt_proc.c | 5 ++++- src/backend/port/darwin/system.c | 5 ++++- src/backend/port/dynloader/aix.c | 3 +++ src/backend/port/dynloader/sco.c | 5 ++++- src/backend/port/dynloader/solaris.c | 5 ++++- src/backend/port/dynloader/sunos4.c | 5 ++++- src/backend/port/dynloader/svr4.c | 5 ++++- src/backend/port/dynloader/univel.c | 5 ++++- src/backend/port/dynloader/univel.h | 5 ++++- src/backend/port/dynloader/unixware.c | 5 ++++- src/backend/port/dynloader/unixware.h | 5 ++++- src/backend/port/dynloader/win32.h | 3 +++ src/backend/port/nextstep/port.c | 3 +++ src/backend/utils/mb/wstrcmp.c | 5 ++++- src/backend/utils/mb/wstrncmp.c | 3 +++ src/include/commands/comment.h | 5 ++++- src/include/commands/proclang.h | 5 ++++- src/include/port/aix.h | 3 +++ src/include/port/bsdi.h | 3 +++ src/include/port/sco.h | 5 ++++- src/include/port/sunos4.h | 5 ++++- src/include/port/ultrix4.h | 3 +++ src/include/port/univel.h | 5 ++++- src/include/port/unixware.h | 5 ++++- src/include/port/win32/pwd.h | 3 +++ src/include/port/win32/sys/wait.h | 3 +++ src/include/utils/cash.h | 3 +++ src/interfaces/ecpg/include/sql3types.h | 3 +++ src/interfaces/ecpg/include/sqlca.h | 3 +++ src/interfaces/ecpg/include/sqlda.h | 3 +++ src/interfaces/ecpg/include/sqltypes.h | 3 +++ src/interfaces/ecpg/pgtypeslib/timestamp.c | 3 +++ src/interfaces/ecpg/preproc/type.h | 3 +++ src/interfaces/ecpg/test/regression.h | 3 +++ src/interfaces/libpq/win32.c | 3 +++ src/interfaces/libpq/win32.h | 3 +++ src/pl/plperl/spi_internal.c | 3 +++ src/port/pthread-win32.h | 3 +++ src/port/rand.c | 5 ++++- src/port/strlcat.c | 5 ++++- src/port/strtol.c | 3 +++ src/port/strtoul.c | 3 +++ src/test/examples/testlibpq.c | 3 +++ src/test/examples/testlibpq2.c | 3 +++ src/test/examples/testlibpq3.c | 3 +++ src/test/examples/testlibpq4.c | 3 +++ src/test/locale/test-ctype.c | 3 +++ src/tools/fsync/test_fsync.c | 3 +++ src/tutorial/complex.c | 5 ++++- 99 files changed, 321 insertions(+), 24 deletions(-) diff --git a/contrib/btree_gist/btree_bit.c b/contrib/btree_gist/btree_bit.c index d86034fd6ff..feadf6be48b 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 02229653f48..9619a7a0af0 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 17edd023091..4543b082e9c 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 212ee2d3972..5ee7273a0b9 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 1aab392b80d..1def7479e0c 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 3c804922cc1..6117adf19e5 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 c5c7bb88bbb..d3befb04f79 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 299f2d359e8..dd708fb889a 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 b54e1c112f7..d8c85d7433d 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 b129130c2c4..fa03f364f8e 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 c07c9a1e2c2..5d9b1a19f9c 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 3466e1c1156..59493081bdd 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 232ba20531f..e5c096cfda6 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 5bdc9eb3bd0..da57e6d4e34 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 a1fcf602c0e..e7d4b330faa 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 119035cad60..3334275530a 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 7951d055d3d..a0e817780e8 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 0d2c2cf10ea..fff5e3b4469 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 32451244b50..c20699fa914 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 5e227196b65..357a8f165b6 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 dcaa94bbeee..de2e35b772c 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 1ad5c0d99bb..37107c9d92f 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 0c723e91ac3..53d720adc55 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 5f4f7a3178c..b1f80fde078 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 97254a4a909..d2d6c8bd9a6 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 6a9bccb525a..debc324933c 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 a9fc66c1ffe..2cba9b66c12 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 d8959903181..0edb686df2e 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 8f8f79a8245..13fee25ec72 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 dd3b0289296..b29a405e355 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 82ab490784d..7f7e4d43a9e 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 fe83860cfae..d1e3f19037d 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 f1fa0fbaf42..3d9145cf6b0 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 <teodor@stack.net> */ diff --git a/contrib/ltree/_ltree_op.c b/contrib/ltree/_ltree_op.c index 4a648ee03e9..c0d0a950019 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 <teodor@stack.net> */ diff --git a/contrib/pageinspect/btreefuncs.c b/contrib/pageinspect/btreefuncs.c index 3fbfb9c12b8..ab80b545000 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 <nagayasus@nttdata.co.jp> diff --git a/contrib/pg_standby/pg_standby.c b/contrib/pg_standby/pg_standby.c index 9879348cc1b..e8597c69738 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 5a8d2e362a7..e2f60fcf7b1 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 9a36afa074a..82ac2b41c1c 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 9cf88dc45bd..7baf4fd6978 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 6b0e28d5d20..ae72ae617f4 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 41c1a2a122f..e5e862323f8 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 7b95a070b42..dfb162d5e45 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 <nagayasus@nttdata.co.jp> diff --git a/contrib/seg/seg.c b/contrib/seg/seg.c index cb0ce4f5cab..8a95a1d5cca 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 420df739c51..ce177fb80b1 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 6ca09230a60..bc39db00c26 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 d88975d5e9c..dd628e7be3e 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 0fd5cae09bb..a0a1b22923f 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 793f26ed583..e220c736333 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 f6fbf97827f..3b4bb40cef6 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 98865bac7a6..39908494f3e 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 b2349aaace7..425a9393337 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 d8be8070d5f..f6586505ba5 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 31bf9cbbf0d..ee8722b8838 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 10e91046bf8..da09a255916 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 2e92cd372c5..27f555e1b44 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 08dd9746dda..659964cdca5 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 e0f6b6b49d8..2cafa40e55c 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 98b6d61d30e..0f6cc80fe11 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 d4a96d93447..03a8aec1fce 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 0ae1c69dee1..2db3fa9367b 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 11891881995..8f194ac8cc9 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 ea051ff1d35..fa44b7f54e2 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 0271a3287af..abeb70546d5 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 5d1aab7def3..2bd55d1beee 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 cbbc940826e..3de672c779a 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 9c97f2b33e4..4e352a4e81b 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 07551dd8d56..fd975166891 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 5ce3d29a113..8ee5c22b374 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 8b137891791..03a269ae13f 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 2f05116d3e1..0b237e0822a 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 48fdbffb91c..9d34f9f9e64 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 7df0abc34dc..2da383fcb11 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 ca054166d19..10309bba46f 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 6cddddac2e0..a8002a0dcbb 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 8b137891791..8af52ef4900 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 8b137891791..20835d89ca7 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 808a08643f7..a195d998d5d 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 b9db452dace..acabb731b35 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 52fcbf830f5..98cf0796481 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 8b137891791..314b161b56f 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 f93bd41f8e0..dc4738da858 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 c86f1a53b22..74995b5ca2a 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 94c1e56f532..89195077bae 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 f614938cef7..cba295744fe 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 8b020765073..886a5818640 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 f3c61c798ff..b1c52688aee 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 7ca771da837..7a0f76671ba 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 2a2867344df..1552ae37385 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 b4631299e99..c9a966c9ebb 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 67c11069e6e..9099b45c5fb 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 <Todd.Miller@courtesan.com> diff --git a/src/port/strtol.c b/src/port/strtol.c index 9f11debecbc..175c53901c9 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 60c53a157e7..8ac66186556 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 b27c17386aa..b27d4186f6d 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 5949c1364e4..8500f50b8ef 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 97ed023c14a..0e9f9e8b510 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 71b7d25f13f..8db0ac5e06d 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 684b73c9e16..904bed32cea 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 fd85a064b00..724d1d70013 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 5b7da346121..ab0166ba521 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. -- GitLab