diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-03-11 04:38:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-03-11 04:38:42 +0000 |
commit | f3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch) | |
tree | 2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /src | |
parent | 7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff) | |
download | postgresql-f3d99d160d1f6104dc7b1b44e66aa4c713e52680.tar.gz postgresql-f3d99d160d1f6104dc7b1b44e66aa4c713e52680.zip |
Add CVS tag lines to files that were lacking them.
Diffstat (limited to 'src')
129 files changed, 260 insertions, 11 deletions
diff --git a/src/backend/port/aix/mkldexport.sh b/src/backend/port/aix/mkldexport.sh index 5eca61be605..01986a0c401 100755 --- a/src/backend/port/aix/mkldexport.sh +++ b/src/backend/port/aix/mkldexport.sh @@ -3,6 +3,8 @@ # mkldexport # create an AIX exports file from an object file # +# $PostgreSQL: pgsql/src/backend/port/aix/mkldexport.sh,v 1.9 2006/03/11 04:38:31 momjian Exp $ +# # Usage: # mkldexport objectfile [location] # where diff --git a/src/backend/port/dynloader/cygwin.c b/src/backend/port/dynloader/cygwin.c index 9a1436fa4a3..ba014928b65 100644 --- a/src/backend/port/dynloader/cygwin.c +++ b/src/backend/port/dynloader/cygwin.c @@ -1 +1,3 @@ +/* $PostgreSQL: pgsql/src/backend/port/dynloader/cygwin.c,v 1.2 2006/03/11 04:38:31 momjian Exp $ */ + /* Dummy file used for nothing at this point; see cygwin.h */ diff --git a/src/backend/port/dynloader/freebsd.c b/src/backend/port/dynloader/freebsd.c index 9341ef24446..71e11906e52 100644 --- a/src/backend/port/dynloader/freebsd.c +++ b/src/backend/port/dynloader/freebsd.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/port/dynloader/freebsd.c,v 1.25 2006/03/11 04:38:31 momjian Exp $ */ + /* * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1990 The Regents of the University of California. diff --git a/src/backend/port/dynloader/irix.c b/src/backend/port/dynloader/irix.c index d5a654b0cfe..ba71f8ebe57 100644 --- a/src/backend/port/dynloader/irix.c +++ b/src/backend/port/dynloader/irix.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/port/dynloader/irix.c,v 1.2 2006/03/11 04:38:31 momjian Exp $ */ + /* Dummy file used for nothing at this point * * see irix.h diff --git a/src/backend/port/dynloader/netbsd.c b/src/backend/port/dynloader/netbsd.c index f5b837d1795..ff09c65538c 100644 --- a/src/backend/port/dynloader/netbsd.c +++ b/src/backend/port/dynloader/netbsd.c @@ -3,6 +3,8 @@ * Portions Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * + * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.19 2006/03/11 04:38:31 momjian Exp $ + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/backend/port/dynloader/nextstep.c b/src/backend/port/dynloader/nextstep.c index 09b317daf97..850b3a1166f 100644 --- a/src/backend/port/dynloader/nextstep.c +++ b/src/backend/port/dynloader/nextstep.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/port/dynloader/nextstep.c,v 1.6 2006/03/11 04:38:31 momjian Exp $ */ + #include "postgres.h" #include "mach-o/rld.h" diff --git a/src/backend/port/dynloader/nextstep.h b/src/backend/port/dynloader/nextstep.h index f1345d07883..287c42df6fa 100644 --- a/src/backend/port/dynloader/nextstep.h +++ b/src/backend/port/dynloader/nextstep.h @@ -3,9 +3,9 @@ * port_protos.h * port-specific prototypes for NeXT * - -------------------------------------------------------------------------- + * $PostgreSQL: pgsql/src/backend/port/dynloader/nextstep.h,v 1.9 2006/03/11 04:38:31 momjian Exp $ */ + #ifndef PORT_PROTOS_H #define PORT_PROTOS_H diff --git a/src/backend/port/dynloader/openbsd.c b/src/backend/port/dynloader/openbsd.c index f5b837d1795..196245b3089 100644 --- a/src/backend/port/dynloader/openbsd.c +++ b/src/backend/port/dynloader/openbsd.c @@ -3,6 +3,8 @@ * Portions Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * + * $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.c,v 1.19 2006/03/11 04:38:31 momjian Exp $ + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/backend/port/dynloader/osf.c b/src/backend/port/dynloader/osf.c index 92007c6af1e..ef4c5dfca95 100644 --- a/src/backend/port/dynloader/osf.c +++ b/src/backend/port/dynloader/osf.c @@ -1,4 +1,5 @@ /* Dummy file used for nothing at this point * * see alpha.h + * $PostgreSQL: pgsql/src/backend/port/dynloader/osf.c,v 1.2 2006/03/11 04:38:31 momjian Exp $ */ diff --git a/src/backend/utils/mb/Unicode/euc_cn_to_utf8.map b/src/backend/utils/mb/Unicode/euc_cn_to_utf8.map index fcbf486c742..05df71a5cc7 100644 --- a/src/backend/utils/mb/Unicode/euc_cn_to_utf8.map +++ b/src/backend/utils/mb/Unicode/euc_cn_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/euc_cn_to_utf8.map,v 1.3 2006/03/11 04:38:31 momjian Exp $ */ + static pg_local_to_utf LUmapEUC_CN[ 7445 ] = { {0xa1a1, 0xe38080}, {0xa1a2, 0xe38081}, diff --git a/src/backend/utils/mb/Unicode/euc_jp_to_utf8.map b/src/backend/utils/mb/Unicode/euc_jp_to_utf8.map index 9aee2c7fd91..73762eea1b0 100644 --- a/src/backend/utils/mb/Unicode/euc_jp_to_utf8.map +++ b/src/backend/utils/mb/Unicode/euc_jp_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/euc_jp_to_utf8.map,v 1.5 2006/03/11 04:38:31 momjian Exp $ */ + static pg_local_to_utf LUmapEUC_JP[] = { {0x8ea1, 0xefbda1}, {0x8ea2, 0xefbda2}, diff --git a/src/backend/utils/mb/Unicode/euc_kr_to_utf8.map b/src/backend/utils/mb/Unicode/euc_kr_to_utf8.map index 32b31cc1dfd..e1d36243fed 100644 --- a/src/backend/utils/mb/Unicode/euc_kr_to_utf8.map +++ b/src/backend/utils/mb/Unicode/euc_kr_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/euc_kr_to_utf8.map,v 1.4 2006/03/11 04:38:31 momjian Exp $ */ + static pg_local_to_utf LUmapEUC_KR[ 8224 ] = { {0xa1a1, 0xe38080}, {0xa1a2, 0xe38081}, diff --git a/src/backend/utils/mb/Unicode/euc_tw_to_utf8.map b/src/backend/utils/mb/Unicode/euc_tw_to_utf8.map index a2959b26b19..46805815180 100644 --- a/src/backend/utils/mb/Unicode/euc_tw_to_utf8.map +++ b/src/backend/utils/mb/Unicode/euc_tw_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/euc_tw_to_utf8.map,v 1.3 2006/03/11 04:38:31 momjian Exp $ */ + static pg_local_to_utf LUmapEUC_TW[ 23575 ] = { {0xa1a1, 0xe38080}, {0xa1a2, 0xefbc8c}, diff --git a/src/backend/utils/mb/Unicode/gb18030_to_utf8.map b/src/backend/utils/mb/Unicode/gb18030_to_utf8.map index 3aea9f4ec85..8b9dab0bd21 100644 --- a/src/backend/utils/mb/Unicode/gb18030_to_utf8.map +++ b/src/backend/utils/mb/Unicode/gb18030_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/gb18030_to_utf8.map,v 1.5 2006/03/11 04:38:31 momjian Exp $ */ + static pg_local_to_utf LUmapGB18030[ 63360 ] = { {0x8140, 0xe4b882}, {0x8141, 0xe4b884}, diff --git a/src/backend/utils/mb/Unicode/gbk_to_utf8.map b/src/backend/utils/mb/Unicode/gbk_to_utf8.map index f2c16cbce76..0aece2cb6db 100644 --- a/src/backend/utils/mb/Unicode/gbk_to_utf8.map +++ b/src/backend/utils/mb/Unicode/gbk_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/gbk_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */ + static pg_local_to_utf LUmapGBK[ 21792 ] = { {0x0080, 0xe282ac}, {0x8140, 0xe4b882}, diff --git a/src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map index fd0a0a36769..2dddf187321 100644 --- a/src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_10_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_10[ 128 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map index 77bc5aeac5d..cadc974eb4d 100644 --- a/src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_13_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_13[ 128 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map index d3f2054bbb7..5637c221f6e 100644 --- a/src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_14_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_14[ 128 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map index 594e22338f6..a6acd5a0dea 100644 --- a/src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_15_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_15[ 128 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map index ac3d8d1b8a6..a438aabf7f8 100644 --- a/src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_16_to_utf8.map,v 1.2 2006/03/11 04:38:37 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_16[ 128 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map index 3cbf164cbb9..9e0bb4b27d0 100644 --- a/src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_2_to_utf8.map,v 1.3 2006/03/11 04:38:37 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_2[ 128 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map index 2e8cceb8492..92bf4102299 100644 --- a/src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_3_to_utf8.map,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_3[ 121 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map index 59341ef720c..a45496557d5 100644 --- a/src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_4_to_utf8.map,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_4[ 128 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map index 6518287a2a4..ff6357e421f 100644 --- a/src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_5_to_utf8.map,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_5[ 128 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map index f847f7f2088..9d44a4f871a 100644 --- a/src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_6_to_utf8.map,v 1.2 2006/03/11 04:38:38 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_6[ 83 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map index 9f2db13fb2c..dd7afb97f17 100644 --- a/src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_7_to_utf8.map,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_7[ 125 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map index a47af895140..af9745f2da2 100644 --- a/src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_8_to_utf8.map,v 1.2 2006/03/11 04:38:38 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_8[ 92 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map b/src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map index 9e002adb845..28304cfcdb1 100644 --- a/src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map +++ b/src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/iso8859_9_to_utf8.map,v 1.2 2006/03/11 04:38:38 momjian Exp $ */ + static pg_local_to_utf LUmapISO8859_9[ 128 ] = { {0x0080, 0xc280}, {0x0081, 0xc281}, diff --git a/src/backend/utils/mb/Unicode/johab_to_utf8.map b/src/backend/utils/mb/Unicode/johab_to_utf8.map index 915633d9ed6..b9d07cf0302 100644 --- a/src/backend/utils/mb/Unicode/johab_to_utf8.map +++ b/src/backend/utils/mb/Unicode/johab_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/johab_to_utf8.map,v 1.2 2006/03/11 04:38:38 momjian Exp $ */ + static pg_local_to_utf LUmapJOHAB[ 17046 ] = { {0x8444, 0xe384b3}, {0x8446, 0xe384b5}, diff --git a/src/backend/utils/mb/Unicode/koi8r_to_utf8.map b/src/backend/utils/mb/Unicode/koi8r_to_utf8.map index c02aec45fcb..af442210e79 100644 --- a/src/backend/utils/mb/Unicode/koi8r_to_utf8.map +++ b/src/backend/utils/mb/Unicode/koi8r_to_utf8.map @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/koi8r_to_utf8.map,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ + static pg_local_to_utf LUmapKOI8R[ 128 ] = { {0x0080, 0xe29480}, {0x0081, 0xe29482}, diff --git a/src/bin/pgevent/pgmsgevent.h b/src/bin/pgevent/pgmsgevent.h index 94e0bcf7e5b..e7290cad135 100644 --- a/src/bin/pgevent/pgmsgevent.h +++ b/src/bin/pgevent/pgmsgevent.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/bin/pgevent/pgmsgevent.h,v 1.4 2006/03/11 04:38:38 momjian Exp $ */ + /* */ /* Values are 32 bit values layed out as follows: */ /* */ diff --git a/src/include/catalog/pg_trigger.h b/src/include/catalog/pg_trigger.h index 8aaaf4c0922..1126546aef6 100644 --- a/src/include/catalog/pg_trigger.h +++ b/src/include/catalog/pg_trigger.h @@ -5,6 +5,7 @@ * * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California + * $PostgreSQL: pgsql/src/include/catalog/pg_trigger.h,v 1.25 2006/03/11 04:38:38 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 9d356436636..c79624e8fa4 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/include/pg_config.h.win32,v 1.28 2006/03/11 04:38:38 momjian Exp $ */ + #ifndef pg_config_h_win32__ #define pg_config_h_win32__ /* diff --git a/src/include/port/darwin.h b/src/include/port/darwin.h index af4ce9b3856..e52a8726817 100644 --- a/src/include/port/darwin.h +++ b/src/include/port/darwin.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/include/port/darwin.h,v 1.10 2006/03/11 04:38:38 momjian Exp $ */ + #define __darwin__ 1 #if HAVE_DECL_F_FULLFSYNC /* not present before OS X 10.3 */ diff --git a/src/include/port/dgux.h b/src/include/port/dgux.h index e0e0c74de18..73096530f28 100644 --- a/src/include/port/dgux.h +++ b/src/include/port/dgux.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/include/port/dgux.h,v 1.10 2006/03/11 04:38:38 momjian Exp $ */ + #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 #endif diff --git a/src/include/port/freebsd.h b/src/include/port/freebsd.h index 8b137891791..a70df321cc6 100644 --- a/src/include/port/freebsd.h +++ b/src/include/port/freebsd.h @@ -1 +1 @@ - +/* $PostgreSQL: pgsql/src/include/port/freebsd.h,v 1.16 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h index e96c5324a31..6c8cdeb2fb7 100644 --- a/src/include/port/hpux.h +++ b/src/include/port/hpux.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/include/port/hpux.h,v 1.23 2006/03/11 04:38:38 momjian Exp $ */ + #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 #endif diff --git a/src/include/port/irix.h b/src/include/port/irix.h index 8b137891791..9f1a4123455 100644 --- a/src/include/port/irix.h +++ b/src/include/port/irix.h @@ -1 +1 @@ - +/* $PostgreSQL: pgsql/src/include/port/irix.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/linux.h b/src/include/port/linux.h index 8b137891791..a4d8f247bc2 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -1 +1,2 @@ +/* $PostgreSQL: pgsql/src/include/port/linux.h,v 1.41 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/netbsd.h b/src/include/port/netbsd.h index 8b137891791..59b78cccd3c 100644 --- a/src/include/port/netbsd.h +++ b/src/include/port/netbsd.h @@ -1 +1,2 @@ +/* $PostgreSQL: pgsql/src/include/port/netbsd.h,v 1.15 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h index 12ce8912379..47a3c8856f6 100644 --- a/src/include/port/nextstep.h +++ b/src/include/port/nextstep.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/include/port/nextstep.h,v 1.8 2006/03/11 04:38:38 momjian Exp $ */ + #include "libc.h" #include <sys/ioctl.h> #if defined(__STRICT_ANSI__) diff --git a/src/include/port/openbsd.h b/src/include/port/openbsd.h index 8b137891791..412f5615a6e 100644 --- a/src/include/port/openbsd.h +++ b/src/include/port/openbsd.h @@ -1 +1 @@ - +/* $PostgreSQL: pgsql/src/include/port/openbsd.h,v 1.14 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/osf.h b/src/include/port/osf.h index 2368f3b5930..4b45d1a8f6a 100644 --- a/src/include/port/osf.h +++ b/src/include/port/osf.h @@ -1,2 +1,4 @@ +/* $PostgreSQL: pgsql/src/include/port/osf.h,v 1.9 2006/03/11 04:38:38 momjian Exp $ */ + #define NOFIXADE #define DISABLE_XOPEN_NLS diff --git a/src/include/port/win32/arpa/inet.h b/src/include/port/win32/arpa/inet.h index dc979c05372..b61c4ebffd3 100644 --- a/src/include/port/win32/arpa/inet.h +++ b/src/include/port/win32/arpa/inet.h @@ -1 +1,3 @@ +/* $PostgreSQL: pgsql/src/include/port/win32/arpa/inet.h,v 1.2 2006/03/11 04:38:39 momjian Exp $ */ + #include <sys/socket.h> diff --git a/src/include/port/win32/dlfcn.h b/src/include/port/win32/dlfcn.h index 8b137891791..55a59c202bd 100644 --- a/src/include/port/win32/dlfcn.h +++ b/src/include/port/win32/dlfcn.h @@ -1 +1,3 @@ +/* $PostgreSQL: pgsql/src/include/port/win32/dlfcn.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ + diff --git a/src/include/port/win32/grp.h b/src/include/port/win32/grp.h index 8b137891791..162734f4408 100644 --- a/src/include/port/win32/grp.h +++ b/src/include/port/win32/grp.h @@ -1 +1,3 @@ +/* $PostgreSQL: pgsql/src/include/port/win32/grp.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ + diff --git a/src/include/port/win32/netdb.h b/src/include/port/win32/netdb.h index 8b137891791..0243e3eefbf 100644 --- a/src/include/port/win32/netdb.h +++ b/src/include/port/win32/netdb.h @@ -1 +1,2 @@ +/* $PostgreSQL: pgsql/src/include/port/win32/netdb.h,v 1.3 2006/03/11 04:38:38 momjian Exp $ */ diff --git a/src/include/port/win32/netinet/in.h b/src/include/port/win32/netinet/in.h index dc979c05372..19a8a650e1c 100644 --- a/src/include/port/win32/netinet/in.h +++ b/src/include/port/win32/netinet/in.h @@ -1 +1,3 @@ +/* $PostgreSQL: pgsql/src/include/port/win32/netinet/in.h,v 1.3 2006/03/11 04:38:39 momjian Exp $ */ + #include <sys/socket.h> diff --git a/src/interfaces/ecpg/compatlib/informix.c b/src/interfaces/ecpg/compatlib/informix.c index 0cb45100429..4604c6e797d 100644 --- a/src/interfaces/ecpg/compatlib/informix.c +++ b/src/interfaces/ecpg/compatlib/informix.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/informix.c,v 1.41 2006/03/11 04:38:39 momjian Exp $ */ + #include <stdlib.h> #include <string.h> #include <errno.h> diff --git a/src/interfaces/ecpg/ecpglib/extern.h b/src/interfaces/ecpg/ecpglib/extern.h index cde99c9f3e2..48c956cca0f 100644 --- a/src/interfaces/ecpg/ecpglib/extern.h +++ b/src/interfaces/ecpg/ecpglib/extern.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/extern.h,v 1.16 2006/03/11 04:38:39 momjian Exp $ */ + #ifndef _ECPG_LIB_EXTERN_H #define _ECPG_LIB_EXTERN_H diff --git a/src/interfaces/ecpg/include/datetime.h b/src/interfaces/ecpg/include/datetime.h index b4108c5d2b8..c3a70626755 100644 --- a/src/interfaces/ecpg/include/datetime.h +++ b/src/interfaces/ecpg/include/datetime.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/datetime.h,v 1.12 2006/03/11 04:38:39 momjian Exp $ */ + #ifndef _ECPG_DATETIME_H #define _ECPG_DATETIME_H diff --git a/src/interfaces/ecpg/include/decimal.h b/src/interfaces/ecpg/include/decimal.h index 80cef55d1e1..9944f052e33 100644 --- a/src/interfaces/ecpg/include/decimal.h +++ b/src/interfaces/ecpg/include/decimal.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.14 2006/03/11 04:38:39 momjian Exp $ */ + #ifndef _ECPG_DECIMAL_H #define _ECPG_DECIMAL_H diff --git a/src/interfaces/ecpg/include/ecpg_informix.h b/src/interfaces/ecpg/include/ecpg_informix.h index 6b0b4926423..4441c56b335 100644 --- a/src/interfaces/ecpg/include/ecpg_informix.h +++ b/src/interfaces/ecpg/include/ecpg_informix.h @@ -1,5 +1,6 @@ /* * This file contains stuff needed to be as compatible to Informix as possible. + * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpg_informix.h,v 1.18 2006/03/11 04:38:39 momjian Exp $ */ #ifndef _ECPG_INFORMIX_H #define _ECPG_INFORMIX_H diff --git a/src/interfaces/ecpg/include/ecpgerrno.h b/src/interfaces/ecpg/include/ecpgerrno.h index 87a30ef6ca7..9b5adb9981e 100644 --- a/src/interfaces/ecpg/include/ecpgerrno.h +++ b/src/interfaces/ecpg/include/ecpgerrno.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpgerrno.h,v 1.27 2006/03/11 04:38:39 momjian Exp $ */ + #ifndef _ECPG_ERRNO_H #define _ECPG_ERRNO_H diff --git a/src/interfaces/ecpg/include/ecpglib.h b/src/interfaces/ecpg/include/ecpglib.h index 326c2051592..981aabefa73 100644 --- a/src/interfaces/ecpg/include/ecpglib.h +++ b/src/interfaces/ecpg/include/ecpglib.h @@ -1,6 +1,7 @@ /* * this is a small part of c.h since we don't want to leak all postgres * definitions into ecpg programs + * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpglib.h,v 1.66 2006/03/11 04:38:39 momjian Exp $ */ #ifndef _ECPGLIB_H diff --git a/src/interfaces/ecpg/include/ecpgtype.h b/src/interfaces/ecpg/include/ecpgtype.h index 6f521718a3a..d7b8cce89a1 100644 --- a/src/interfaces/ecpg/include/ecpgtype.h +++ b/src/interfaces/ecpg/include/ecpgtype.h @@ -4,6 +4,8 @@ * * All types that can be handled for host variable declarations has to * be handled eventually. + * + * $PostgreSQL: pgsql/src/interfaces/ecpg/include/ecpgtype.h,v 1.36 2006/03/11 04:38:39 momjian Exp $ */ /* diff --git a/src/interfaces/ecpg/include/pgtypes_date.h b/src/interfaces/ecpg/include/pgtypes_date.h index 8a98c710d92..10fe53c8c8c 100644 --- a/src/interfaces/ecpg/include/pgtypes_date.h +++ b/src/interfaces/ecpg/include/pgtypes_date.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_date.h,v 1.9 2006/03/11 04:38:39 momjian Exp $ */ + #ifndef PGTYPES_DATETIME #define PGTYPES_DATETIME diff --git a/src/interfaces/ecpg/include/pgtypes_error.h b/src/interfaces/ecpg/include/pgtypes_error.h index 4a1008adc33..ad0824f0fd1 100644 --- a/src/interfaces/ecpg/include/pgtypes_error.h +++ b/src/interfaces/ecpg/include/pgtypes_error.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_error.h,v 1.7 2006/03/11 04:38:39 momjian Exp $ */ + #define PGTYPES_NUM_OVERFLOW 301 #define PGTYPES_NUM_BAD_NUMERIC 302 #define PGTYPES_NUM_DIVIDE_ZERO 303 diff --git a/src/interfaces/ecpg/include/pgtypes_interval.h b/src/interfaces/ecpg/include/pgtypes_interval.h index 2abaf60b1db..222f160fc3f 100644 --- a/src/interfaces/ecpg/include/pgtypes_interval.h +++ b/src/interfaces/ecpg/include/pgtypes_interval.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_interval.h,v 1.9 2006/03/11 04:38:39 momjian Exp $ */ + #ifndef PGTYPES_INTERVAL #define PGTYPES_INTERVAL diff --git a/src/interfaces/ecpg/include/pgtypes_numeric.h b/src/interfaces/ecpg/include/pgtypes_numeric.h index 51b70a529bf..ac069232f10 100644 --- a/src/interfaces/ecpg/include/pgtypes_numeric.h +++ b/src/interfaces/ecpg/include/pgtypes_numeric.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_numeric.h,v 1.15 2006/03/11 04:38:39 momjian Exp $ */ + #ifndef PGTYPES_NUMERIC #define PGTYPES_NUMERIC diff --git a/src/interfaces/ecpg/include/pgtypes_timestamp.h b/src/interfaces/ecpg/include/pgtypes_timestamp.h index 3965fa48bd0..5644b9eae70 100644 --- a/src/interfaces/ecpg/include/pgtypes_timestamp.h +++ b/src/interfaces/ecpg/include/pgtypes_timestamp.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_timestamp.h,v 1.10 2006/03/11 04:38:39 momjian Exp $ */ + #ifndef PGTYPES_TIMESTAMP #define PGTYPES_TIMESTAMP diff --git a/src/interfaces/ecpg/pgtypeslib/datetime.c b/src/interfaces/ecpg/pgtypeslib/datetime.c index bf636ba2405..2f933297c2f 100644 --- a/src/interfaces/ecpg/pgtypeslib/datetime.c +++ b/src/interfaces/ecpg/pgtypeslib/datetime.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/datetime.c,v 1.27 2006/03/11 04:38:39 momjian Exp $ */ + #include "postgres_fe.h" #include <time.h> diff --git a/src/interfaces/ecpg/pgtypeslib/dt.h b/src/interfaces/ecpg/pgtypeslib/dt.h index f8eefa93f45..95793aabc30 100644 --- a/src/interfaces/ecpg/pgtypeslib/dt.h +++ b/src/interfaces/ecpg/pgtypeslib/dt.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt.h,v 1.34 2006/03/11 04:38:39 momjian Exp $ */ + #ifndef DT_H #define DT_H diff --git a/src/interfaces/ecpg/pgtypeslib/dt_common.c b/src/interfaces/ecpg/pgtypeslib/dt_common.c index dc3f55c6665..2d69e3ce571 100644 --- a/src/interfaces/ecpg/pgtypeslib/dt_common.c +++ b/src/interfaces/ecpg/pgtypeslib/dt_common.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.34 2006/03/11 04:38:39 momjian Exp $ */ + #include "postgres_fe.h" #include <time.h> diff --git a/src/interfaces/ecpg/pgtypeslib/extern.h b/src/interfaces/ecpg/pgtypeslib/extern.h index 689a3e89550..86f6768299d 100644 --- a/src/interfaces/ecpg/pgtypeslib/extern.h +++ b/src/interfaces/ecpg/pgtypeslib/extern.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/extern.h,v 1.8 2006/03/11 04:38:39 momjian Exp $ */ + #ifndef __PGTYPES_COMMON_H__ #define __PGTYPES_COMMON_H__ diff --git a/src/interfaces/ecpg/pgtypeslib/interval.c b/src/interfaces/ecpg/pgtypeslib/interval.c index fd915bb3ddd..32de6adc232 100644 --- a/src/interfaces/ecpg/pgtypeslib/interval.c +++ b/src/interfaces/ecpg/pgtypeslib/interval.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/interval.c,v 1.31 2006/03/11 04:38:39 momjian Exp $ */ + #include "postgres_fe.h" #include <time.h> #include <math.h> diff --git a/src/interfaces/ecpg/pgtypeslib/numeric.c b/src/interfaces/ecpg/pgtypeslib/numeric.c index 8ba0a093ecb..c35fe9e3a18 100644 --- a/src/interfaces/ecpg/pgtypeslib/numeric.c +++ b/src/interfaces/ecpg/pgtypeslib/numeric.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/numeric.c,v 1.25 2006/03/11 04:38:40 momjian Exp $ */ + #include "postgres_fe.h" #include <ctype.h> #include <limits.h> diff --git a/src/interfaces/ecpg/preproc/descriptor.c b/src/interfaces/ecpg/preproc/descriptor.c index a89eec2780f..f81d3c330c4 100644 --- a/src/interfaces/ecpg/preproc/descriptor.c +++ b/src/interfaces/ecpg/preproc/descriptor.c @@ -1,6 +1,8 @@ /* * functions needed for descriptor handling * + * $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/descriptor.c,v 1.24 2006/03/11 04:38:40 momjian Exp $ + * * since descriptor might be either a string constant or a string var * we need to check for a constant if we expect a constant */ diff --git a/src/interfaces/ecpg/preproc/extern.h b/src/interfaces/ecpg/preproc/extern.h index 06cc74f2040..3581b35e3e1 100644 --- a/src/interfaces/ecpg/preproc/extern.h +++ b/src/interfaces/ecpg/preproc/extern.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/extern.h,v 1.63 2006/03/11 04:38:40 momjian Exp $ */ + #ifndef _ECPG_PREPROC_EXTERN_H #define _ECPG_PREPROC_EXTERN_H diff --git a/src/interfaces/ecpg/preproc/output.c b/src/interfaces/ecpg/preproc/output.c index 06531e976db..e251d7e1459 100644 --- a/src/interfaces/ecpg/preproc/output.c +++ b/src/interfaces/ecpg/preproc/output.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/output.c,v 1.17 2006/03/11 04:38:40 momjian Exp $ */ + #include "postgres_fe.h" #include "extern.h" diff --git a/src/interfaces/ecpg/test/dt_test.pgc b/src/interfaces/ecpg/test/dt_test.pgc index cdd257f7fb7..b642d3c1a57 100644 --- a/src/interfaces/ecpg/test/dt_test.pgc +++ b/src/interfaces/ecpg/test/dt_test.pgc @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/dt_test.pgc,v 1.9 2006/03/11 04:38:40 momjian Exp $ */ + #include <stdio.h> #include <string.h> #include <stdlib.h> diff --git a/src/interfaces/ecpg/test/header_test.h b/src/interfaces/ecpg/test/header_test.h index aacc8ba7cec..0f8527ec6d5 100644 --- a/src/interfaces/ecpg/test/header_test.h +++ b/src/interfaces/ecpg/test/header_test.h @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/header_test.h,v 1.12 2006/03/11 04:38:40 momjian Exp $ */ + #include "stdlib.h" static void diff --git a/src/interfaces/ecpg/test/num_test.pgc b/src/interfaces/ecpg/test/num_test.pgc index f3991ccc8a2..030d2dcfda9 100644 --- a/src/interfaces/ecpg/test/num_test.pgc +++ b/src/interfaces/ecpg/test/num_test.pgc @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/num_test.pgc,v 1.11 2006/03/11 04:38:40 momjian Exp $ */ + #include <stdio.h> #include <pgtypes_numeric.h> #include <decimal.h> diff --git a/src/interfaces/ecpg/test/perftest.pgc b/src/interfaces/ecpg/test/perftest.pgc index 7fb22588c87..1ff59d60a4d 100644 --- a/src/interfaces/ecpg/test/perftest.pgc +++ b/src/interfaces/ecpg/test/perftest.pgc @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/perftest.pgc,v 1.11 2006/03/11 04:38:40 momjian Exp $ */ + #include <stdio.h> #include <sys/time.h> #include <unistd.h> diff --git a/src/interfaces/libpq/libpqdll.c b/src/interfaces/libpq/libpqdll.c index f145d3e0e4e..231b6a0e9b6 100644 --- a/src/interfaces/libpq/libpqdll.c +++ b/src/interfaces/libpq/libpqdll.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/interfaces/libpq/libpqdll.c,v 1.10 2006/03/11 04:38:40 momjian Exp $ */ + #define WIN32_LEAN_AND_MEAN #include <winsock.h> #include <windows.h> diff --git a/src/pl/tcl/modules/pltcl_delmod.in b/src/pl/tcl/modules/pltcl_delmod.in index e65a6742e34..4f0280f511e 100644 --- a/src/pl/tcl/modules/pltcl_delmod.in +++ b/src/pl/tcl/modules/pltcl_delmod.in @@ -1,4 +1,6 @@ #! /bin/sh +# $PostgreSQL: pgsql/src/pl/tcl/modules/pltcl_delmod.in,v 1.3 2006/03/11 04:38:40 momjian Exp $ +# # Start tclsh \ exec @TCLSH@ "$0" "$@" diff --git a/src/pl/tcl/modules/pltcl_listmod.in b/src/pl/tcl/modules/pltcl_listmod.in index dbb93db73b5..eb27a864e96 100644 --- a/src/pl/tcl/modules/pltcl_listmod.in +++ b/src/pl/tcl/modules/pltcl_listmod.in @@ -1,4 +1,6 @@ #! /bin/sh +# $PostgreSQL: pgsql/src/pl/tcl/modules/pltcl_listmod.in,v 1.3 2006/03/11 04:38:40 momjian Exp $ +# # Start tclsh \ exec @TCLSH@ "$0" "$@" diff --git a/src/port/crypt.c b/src/port/crypt.c index d3c01d2f38a..7139ecf3d13 100644 --- a/src/port/crypt.c +++ b/src/port/crypt.c @@ -1,3 +1,4 @@ +/* $PostgreSQL: pgsql/src/port/crypt.c,v 1.15 2006/03/11 04:38:40 momjian Exp $ */ /* $NetBSD: crypt.c,v 1.18 2001/03/01 14:37:35 wiz Exp $ */ /* diff --git a/src/port/getopt.c b/src/port/getopt.c index 28a0d0a4764..1665aab6384 100644 --- a/src/port/getopt.c +++ b/src/port/getopt.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/port/getopt.c,v 1.10 2006/03/11 04:38:40 momjian Exp $ */ + /* This is used by psql under Win32 */ /* diff --git a/src/template/cygwin b/src/template/cygwin index e649d88c1b7..276fa8081d4 100644 --- a/src/template/cygwin +++ b/src/template/cygwin @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/cygwin,v 1.7 2006/03/11 04:38:40 momjian Exp $ + SRCH_LIB="/usr/local/lib" # This is required to link pg_dump because it finds pg_toupper() in diff --git a/src/template/darwin b/src/template/darwin index baf462baf62..cb9afb20f3b 100644 --- a/src/template/darwin +++ b/src/template/darwin @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/darwin,v 1.10 2006/03/11 04:38:40 momjian Exp $ + # Apple's cpp-precomp seems a tad broken, so don't use it # (Note: on OS X before 10.2, you might need -traditional-cpp instead) CC="$CC -no-cpp-precomp" diff --git a/src/template/dgux b/src/template/dgux index e69de29bb2d..43a19c6c2c1 100644 --- a/src/template/dgux +++ b/src/template/dgux @@ -0,0 +1,3 @@ +# $PostgreSQL: pgsql/src/template/dgux,v 1.12 2006/03/11 04:38:40 momjian Exp $ + + diff --git a/src/template/freebsd b/src/template/freebsd index 718359e07c6..72a1e0cd6ee 100644 --- a/src/template/freebsd +++ b/src/template/freebsd @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/freebsd,v 1.35 2006/03/11 04:38:41 momjian Exp $ + case $host_cpu in alpha*) CFLAGS="-O";; # alpha has problems with -O2 esac diff --git a/src/template/hpux b/src/template/hpux index 775c55a9353..d8b5529b87a 100644 --- a/src/template/hpux +++ b/src/template/hpux @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/hpux,v 1.15 2006/03/11 04:38:41 momjian Exp $ + CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED" if test "$GCC" != yes ; then diff --git a/src/template/linux b/src/template/linux index dfb391ea542..6293e6a03a2 100644 --- a/src/template/linux +++ b/src/template/linux @@ -1,2 +1,4 @@ +# $PostgreSQL: pgsql/src/template/linux,v 1.28 2006/03/11 04:38:41 momjian Exp $ + # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise CPPFLAGS="-D_GNU_SOURCE" diff --git a/src/template/netbsd b/src/template/netbsd index c45260ca136..6e0ff48860d 100644 --- a/src/template/netbsd +++ b/src/template/netbsd @@ -1,2 +1,3 @@ +# $PostgreSQL: pgsql/src/template/netbsd,v 1.20 2006/03/11 04:38:41 momjian Exp $ # tools/thread/thread_test must be run diff --git a/src/template/nextstep b/src/template/nextstep index d6b3c35e6cb..68b8ac58ab3 100644 --- a/src/template/nextstep +++ b/src/template/nextstep @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/nextstep,v 1.9 2006/03/11 04:38:41 momjian Exp $ + AROPT=rc SHARED_LIB= DLSUFFIX=.o diff --git a/src/template/osf b/src/template/osf index e845cfecea8..d558389e8de 100644 --- a/src/template/osf +++ b/src/template/osf @@ -1,3 +1,5 @@ +# $PostgreSQL: pgsql/src/template/osf,v 1.20 2006/03/11 04:38:41 momjian Exp $ + if test "$GCC" != yes ; then CC="$CC -std" CFLAGS="-O -ieee" diff --git a/src/test/bench/perquery b/src/test/bench/perquery index e6f5c43c304..09a1e757c17 100644 --- a/src/test/bench/perquery +++ b/src/test/bench/perquery @@ -1,5 +1,7 @@ #!/bin/sh +# $PostgreSQL: pgsql/src/test/bench/perquery,v 1.3 2006/03/11 04:38:41 momjian Exp $ + egrep 'x = "|elapse' | \ awk 'BEGIN { x = 0; y = 0; z = 0; a = 0; } \ /.*elapse.*/ {x = $2 + x; y = $4 + y; z = $6 + z;} \ diff --git a/src/test/performance/sqls/inssimple b/src/test/performance/sqls/inssimple index 5e95a0489d8..ed07fe4a073 100644 --- a/src/test/performance/sqls/inssimple +++ b/src/test/performance/sqls/inssimple @@ -1,4 +1,5 @@ +# $PostgreSQL: pgsql/src/test/performance/sqls/inssimple,v 1.2 2006/03/11 04:38:41 momjian Exp $ # # Transactions are unsupported by MySQL - so for insertion of # 8192 rows, 1 INSERT per Xaction, we returned "Transactions unsupported" diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule index fef609711b2..85a1bbe9f34 100644 --- a/src/test/regress/parallel_schedule +++ b/src/test/regress/parallel_schedule @@ -1,5 +1,6 @@ # ---------- # The first group of parallel test +# $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.32 2006/03/11 04:38:41 momjian Exp $ # ---------- test: boolean char name varchar text int2 int4 int8 oid float4 float8 bit numeric diff --git a/src/timezone/data/etcetera b/src/timezone/data/etcetera index 431206ec3d2..0c344a34a9e 100644 --- a/src/timezone/data/etcetera +++ b/src/timezone/data/etcetera @@ -1,5 +1,7 @@ # @(#)etcetera 7.12 +# $PostgreSQL: pgsql/src/timezone/data/etcetera,v 1.3 2006/03/11 04:38:41 momjian Exp $ +# # These entries are mostly present for historical reasons, so that # people in areas not otherwise covered by the tz files could "zic -l" # to a time zone that was right for their area. These days, the diff --git a/src/timezone/data/europe b/src/timezone/data/europe index ec6720a8041..10f783b752c 100644 --- a/src/timezone/data/europe +++ b/src/timezone/data/europe @@ -1,5 +1,7 @@ # @(#)europe 7.95 +# $PostgreSQL: pgsql/src/timezone/data/europe,v 1.4 2006/03/11 04:38:41 momjian Exp $ +# # This data is by no means authoritative; if you think you know better, # go ahead and edit the file (and please send any changes to # tz@elsie.nci.nih.gov for general use in the future). diff --git a/src/timezone/data/factory b/src/timezone/data/factory index ba27c632694..e0ea3aec52a 100644 --- a/src/timezone/data/factory +++ b/src/timezone/data/factory @@ -1,5 +1,7 @@ # @(#)factory 7.3 +# $PostgreSQL: pgsql/src/timezone/data/factory,v 1.2 2006/03/11 04:38:41 momjian Exp $ + # For companies who don't want to put time zone specification in # their installation procedures. When users run date, they'll get the message. # Also useful for the "comp.sources" version. diff --git a/src/timezone/data/iso3166.tab b/src/timezone/data/iso3166.tab index 07b43fc7c4b..f4d06d5e187 100644 --- a/src/timezone/data/iso3166.tab +++ b/src/timezone/data/iso3166.tab @@ -1,5 +1,7 @@ # ISO 3166 alpha-2 country codes # +# $PostgreSQL: pgsql/src/timezone/data/iso3166.tab,v 1.4 2006/03/11 04:38:41 momjian Exp $ +# # @(#)iso3166.tab 1.17 # # From Paul Eggert (2004-06-14): diff --git a/src/timezone/data/leapseconds b/src/timezone/data/leapseconds index a1078837d7f..a21772d0db5 100644 --- a/src/timezone/data/leapseconds +++ b/src/timezone/data/leapseconds @@ -2,6 +2,8 @@ # Allowance for leapseconds added to each timezone file. +# $PostgreSQL: pgsql/src/timezone/data/leapseconds,v 1.4 2006/03/11 04:38:41 momjian Exp $ + # The International Earth Rotation Service periodically uses leap seconds # to keep UTC to within 0.9 s of UT1 # (which measures the true angular orientation of the earth in space); see diff --git a/src/tools/backend/index.html b/src/tools/backend/index.html index db531744653..f6ea48b7ab4 100644 --- a/src/tools/backend/index.html +++ b/src/tools/backend/index.html @@ -1,3 +1,4 @@ +<!-- $PostgreSQL: pgsql/src/tools/backend/index.html,v 1.35 2006/03/11 04:38:41 momjian Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> diff --git a/src/tools/ccsym b/src/tools/ccsym index acac603e58a..a90550abde1 100755 --- a/src/tools/ccsym +++ b/src/tools/ccsym @@ -1,4 +1,7 @@ #!/bin/sh + +# $PostgreSQL: pgsql/src/tools/ccsym,v 1.7 2006/03/11 04:38:41 momjian Exp $ + trap "rm -f /tmp/$$.*" 0 1 2 3 15 cd /tmp cat >$$.c <<EOF diff --git a/src/tools/codelines b/src/tools/codelines index c72cab442f5..6455e83e0a4 100755 --- a/src/tools/codelines +++ b/src/tools/codelines @@ -1,4 +1,6 @@ -: +#!/bin/sh + +# $PostgreSQL: pgsql/src/tools/codelines,v 1.3 2006/03/11 04:38:41 momjian Exp $ # This script is used to compute the total number of "C" lines in the release # This should be run from the top of the CVS tree after a 'make distclean' diff --git a/src/tools/copyright b/src/tools/copyright index b848289118c..2da2ffe5b83 100755 --- a/src/tools/copyright +++ b/src/tools/copyright @@ -1,3 +1,7 @@ +#!/bin/sh + +# $PostgreSQL: pgsql/src/tools/copyright,v 1.11 2006/03/11 04:38:41 momjian Exp $ + rgrep -l 'Copyright.*PostgreSQL Global Development Group' | while read FILE do pipe sed 's/^\(.*Copyright (c) [12][0-9][0-9][0-9]-\)[12][0-9][0-9][0-9]\(, PostgreSQL Global Development Group.*\)$/\12006\2/' $FILE diff --git a/src/tools/entab/entab.c b/src/tools/entab/entab.c index 455c4deba2f..e620f981dd3 100644 --- a/src/tools/entab/entab.c +++ b/src/tools/entab/entab.c @@ -2,6 +2,8 @@ ** entab.c - add tabs to a text file ** by Bruce Momjian (root@candle.pha.pa.us) ** +** $PostgreSQL: pgsql/src/tools/entab/entab.c,v 1.16 2006/03/11 04:38:41 momjian Exp $ +** ** version 1.3 ** ** tabsize = 4 diff --git a/src/tools/entab/entab.man b/src/tools/entab/entab.man index c6c2e7b4f47..a90ab4a2f74 100644 --- a/src/tools/entab/entab.man +++ b/src/tools/entab/entab.man @@ -1,3 +1,4 @@ +.\" $PostgreSQL: pgsql/src/tools/entab/entab.man,v 1.2 2006/03/11 04:38:41 momjian Exp $ .TH ENTAB 1 local .SH NAME entab - tab processor diff --git a/src/tools/entab/halt.c b/src/tools/entab/halt.c index d39c9cc3392..20a40231eaf 100644 --- a/src/tools/entab/halt.c +++ b/src/tools/entab/halt.c @@ -2,6 +2,8 @@ ** ** halt.c ** +** $PostgreSQL: pgsql/src/tools/entab/halt.c,v 1.9 2006/03/11 04:38:41 momjian Exp $ +** ** This is used to print out error messages and exit */ diff --git a/src/tools/find_badmacros b/src/tools/find_badmacros index 8a12b59becf..f58e213c9d4 100755 --- a/src/tools/find_badmacros +++ b/src/tools/find_badmacros @@ -1,7 +1,10 @@ #!/bin/sh + # This script attempts to find bad ifdef's, i.e. ifdef's that use braces # but not the do { ... } while (0) syntax # +# $PostgreSQL: pgsql/src/tools/find_badmacros,v 1.2 2006/03/11 04:38:41 momjian Exp $ +# # This is useful for running before pgindent for FILE diff --git a/src/tools/find_gt_lt b/src/tools/find_gt_lt index 66919dd7ae3..3dca3a6bfdc 100755 --- a/src/tools/find_gt_lt +++ b/src/tools/find_gt_lt @@ -1,2 +1,6 @@ +#!/bin/sh + +# $PostgreSQL: pgsql/src/tools/find_gt_lt,v 1.2 2006/03/11 04:38:41 momjian Exp $ + grep '[^]a-z0-9"/!-]>' *.sgml ref/*.sgml grep '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml diff --git a/src/tools/find_static b/src/tools/find_static index f2b10e7a863..90a98ac3ab8 100755 --- a/src/tools/find_static +++ b/src/tools/find_static @@ -1,4 +1,7 @@ #!/bin/sh + +# $PostgreSQL: pgsql/src/tools/find_static,v 1.4 2006/03/11 04:38:41 momjian Exp $ + trap "rm -f /tmp/$$" 0 1 2 3 15 # This script finds functions that are either never called, or diff --git a/src/tools/find_typedef b/src/tools/find_typedef index ff575fefa55..2a56dcd4882 100755 --- a/src/tools/find_typedef +++ b/src/tools/find_typedef @@ -1,4 +1,7 @@ #!/bin/sh + +# $PostgreSQL: pgsql/src/tools/find_typedef,v 1.6 2006/03/11 04:38:41 momjian Exp $ + # This script attempts to find all typedef's in the postgres binaries # by using 'nm' to report all typedef debugging symbols. # diff --git a/src/tools/findoidjoins/make_oidjoins_check b/src/tools/findoidjoins/make_oidjoins_check index b6a720a5048..3bba1f8d96c 100755 --- a/src/tools/findoidjoins/make_oidjoins_check +++ b/src/tools/findoidjoins/make_oidjoins_check @@ -1,5 +1,7 @@ #! /bin/sh +# $PostgreSQL: pgsql/src/tools/findoidjoins/make_oidjoins_check,v 1.2 2006/03/11 04:38:42 momjian Exp $ + # You first run findoidjoins on the template1 database, and send that # output into this script to generate a list of SQL statements. diff --git a/src/tools/make_ctags b/src/tools/make_ctags index 7f7c8f55eef..4deb97f3a85 100755 --- a/src/tools/make_ctags +++ b/src/tools/make_ctags @@ -1,4 +1,7 @@ #!/bin/sh + +# $PostgreSQL: pgsql/src/tools/make_ctags,v 1.11 2006/03/11 04:38:41 momjian Exp $ + trap "rm -f /tmp/$$" 0 1 2 3 15 rm -f ./tags diff --git a/src/tools/make_diff/README b/src/tools/make_diff/README index c287133a004..2d66b36ddbd 100644 --- a/src/tools/make_diff/README +++ b/src/tools/make_diff/README @@ -1,3 +1,5 @@ +$PostgreSQL: pgsql/src/tools/make_diff/README,v 1.3 2006/03/11 04:38:42 momjian Exp $ + Bruce Momjian <pgman@candle.pha.pa.us> Here are some of the scripts I use to make development easier. diff --git a/src/tools/make_diff/cporig b/src/tools/make_diff/cporig index 0b188ac3e5f..a4f2f24d632 100755 --- a/src/tools/make_diff/cporig +++ b/src/tools/make_diff/cporig @@ -1,4 +1,7 @@ -: +#!/bin/sh + +# $PostgreSQL: pgsql/src/tools/make_diff/cporig,v 1.2 2006/03/11 04:38:42 momjian Exp $ + for FILE do if [ ! -f "$FILE.orig" ] diff --git a/src/tools/make_diff/difforig b/src/tools/make_diff/difforig index a70b8bed4e9..a65d7b5dbaa 100755 --- a/src/tools/make_diff/difforig +++ b/src/tools/make_diff/difforig @@ -1,4 +1,7 @@ -: +#!/bin/sh + +# $PostgreSQL: pgsql/src/tools/make_diff/difforig,v 1.2 2006/03/11 04:38:42 momjian Exp $ + if [ "$#" -eq 0 ] then APATH="." else APATH="$1" diff --git a/src/tools/make_diff/rmorig b/src/tools/make_diff/rmorig index f6d0d4eff68..5d405d0504e 100755 --- a/src/tools/make_diff/rmorig +++ b/src/tools/make_diff/rmorig @@ -1,4 +1,7 @@ -: +#!/bin/sh + +# $PostgreSQL: pgsql/src/tools/make_diff/rmorig,v 1.2 2006/03/11 04:38:42 momjian Exp $ + if [ "$#" -eq 0 ] then APATH="." else APATH="$1" diff --git a/src/tools/make_etags b/src/tools/make_etags index e81bdb6f9a8..f2db9f17589 100755 --- a/src/tools/make_etags +++ b/src/tools/make_etags @@ -1,4 +1,7 @@ #!/bin/sh + +# $PostgreSQL: pgsql/src/tools/make_etags,v 1.3 2006/03/11 04:38:41 momjian Exp $ + trap "rm -f /tmp/$$" 0 1 2 3 15 rm -f ./TAGS find `pwd`/ -type f -name '*.[chyl]' -print | \ diff --git a/src/tools/make_keywords b/src/tools/make_keywords index dc166951297..4aba19eb025 100755 --- a/src/tools/make_keywords +++ b/src/tools/make_keywords @@ -1,5 +1,7 @@ #!/bin/sh +# $PostgreSQL: pgsql/src/tools/make_keywords,v 1.2 2006/03/11 04:38:41 momjian Exp $ + cat <<END To get a list of keywords compared to SQL'92, take the keywords out of backend/parser/keywords.c and tools/SQL_keywords. diff --git a/src/tools/make_mkid b/src/tools/make_mkid index ac71bd92b5b..6938d9b4fde 100755 --- a/src/tools/make_mkid +++ b/src/tools/make_mkid @@ -1,5 +1,7 @@ #!/bin/sh +# $PostgreSQL: pgsql/src/tools/make_mkid,v 1.11 2006/03/11 04:38:41 momjian Exp $ + mkid `find \`pwd\`/ \( -name _deadcode -a -prune \) -o \ -type f -name '*.[chyl]' -print|sed 's;//;/;g'` diff --git a/src/tools/pgcvslog b/src/tools/pgcvslog index 3e3ca138571..9eb52feb0bd 100755 --- a/src/tools/pgcvslog +++ b/src/tools/pgcvslog @@ -1,4 +1,7 @@ -: +#!/bin/sh + +# $PostgreSQL: pgsql/src/tools/pgcvslog,v 1.28 2006/03/11 04:38:41 momjian Exp $ + # This utility is used to generate a compact list of changes # for each release, bjm 2000-02-22 diff --git a/src/tools/pginclude/pgcompinclude b/src/tools/pginclude/pgcompinclude index 4658d48b38b..65da6aed284 100755 --- a/src/tools/pginclude/pgcompinclude +++ b/src/tools/pginclude/pgcompinclude @@ -1,6 +1,7 @@ : # report which #include files can not compile on their own # takes -v option to display compile failure message and line numbers +# $PostgreSQL: pgsql/src/tools/pginclude/pgcompinclude,v 1.2 2006/03/11 04:38:42 momjian Exp $ trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a" 0 1 2 3 15 find . \( -name CVS -a -prune \) -o -name '*.[ch]' -type f -print | while read FILE diff --git a/src/tools/pginclude/pgdefine b/src/tools/pginclude/pgdefine index 953a29684a1..41e71b452dc 100755 --- a/src/tools/pginclude/pgdefine +++ b/src/tools/pginclude/pgdefine @@ -1,6 +1,8 @@ : # create macro calls for all defines in the file +# $PostgreSQL: pgsql/src/tools/pginclude/pgdefine,v 1.3 2006/03/11 04:38:42 momjian Exp $ + trap "rm -f /tmp/$$" 0 1 2 3 15 for FILE do diff --git a/src/tools/pginclude/pgfixinclude b/src/tools/pginclude/pgfixinclude index d76710a0624..aa2a313722a 100755 --- a/src/tools/pginclude/pgfixinclude +++ b/src/tools/pginclude/pgfixinclude @@ -1,5 +1,6 @@ : # change #include's to <> or "" +# $PostgreSQL: pgsql/src/tools/pginclude/pgfixinclude,v 1.5 2006/03/11 04:38:42 momjian Exp $ trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15 find . \( -name CVS -a -prune \) -o -type f -print | diff --git a/src/tools/pginclude/pgrminclude b/src/tools/pginclude/pgrminclude index 6504aad82a0..991bd9eec71 100755 --- a/src/tools/pginclude/pgrminclude +++ b/src/tools/pginclude/pgrminclude @@ -1,6 +1,8 @@ : # remove extra #include's +# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.4 2006/03/11 04:38:42 momjian Exp $ + trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15 find . \( -name CVS -a -prune \) -o -type f -print | grep -v '\./postgres.h' | diff --git a/src/tools/pgindent/indent.bsd.patch b/src/tools/pgindent/indent.bsd.patch index bb1ba73f772..095b65123d8 100644 --- a/src/tools/pgindent/indent.bsd.patch +++ b/src/tools/pgindent/indent.bsd.patch @@ -1,3 +1,4 @@ +$PostgreSQL: pgsql/src/tools/pgindent/indent.bsd.patch,v 1.8 2006/03/11 04:38:42 momjian Exp $ This patch contains several fixes to NetBSD's indent and should be applied before using pgindent. diff --git a/src/tools/pgindent/pgcppindent b/src/tools/pgindent/pgcppindent index ee27cf5295f..e624efb0e47 100755 --- a/src/tools/pgindent/pgcppindent +++ b/src/tools/pgindent/pgcppindent @@ -1,5 +1,7 @@ #!/bin/sh +# $PostgreSQL: pgsql/src/tools/pgindent/pgcppindent,v 1.2 2006/03/11 04:38:42 momjian Exp $ + trap "rm -f /tmp/$$ /tmp/$$a" 0 1 2 3 15 entab </dev/null >/dev/null if [ "$?" -ne 0 ] diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent index 530c6d27035..d6a38c12932 100755 --- a/src/tools/pgindent/pgindent +++ b/src/tools/pgindent/pgindent @@ -1,5 +1,7 @@ #!/bin/sh +# $PostgreSQL: pgsql/src/tools/pgindent/pgindent,v 1.87 2006/03/11 04:38:42 momjian Exp $ + # Known bugs: # # Blank line is added after, seen as a function definition, no space diff --git a/src/tools/pgindent/pgjindent b/src/tools/pgindent/pgjindent index d4e3777cc86..6ae6a6e3e04 100755 --- a/src/tools/pgindent/pgjindent +++ b/src/tools/pgindent/pgjindent @@ -1,5 +1,7 @@ #!/bin/sh +# $PostgreSQL: pgsql/src/tools/pgindent/pgjindent,v 1.3 2006/03/11 04:38:42 momjian Exp $ + trap "rm -f /tmp/$$ /tmp/$$a" 0 1 2 3 15 entab </dev/null >/dev/null if [ "$?" -ne 0 ] diff --git a/src/tools/pgtest b/src/tools/pgtest index bc28be23832..9a50bea446b 100755 --- a/src/tools/pgtest +++ b/src/tools/pgtest @@ -1,4 +1,6 @@ -: +#!/bin/sh + +# $PostgreSQL: pgsql/src/tools/pgtest,v 1.6 2006/03/11 04:38:41 momjian Exp $ # This runs a build/initdb/regression test suite # diff --git a/src/tutorial/funcs.c b/src/tutorial/funcs.c index a988ad431b2..0ca31ac19c9 100644 --- a/src/tutorial/funcs.c +++ b/src/tutorial/funcs.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/tutorial/funcs.c,v 1.14 2006/03/11 04:38:42 momjian Exp $ */ + /****************************************************************************** These are user-defined functions that can be bound to a Postgres backend and called by Postgres to execute SQL functions of the same name. diff --git a/src/tutorial/funcs_new.c b/src/tutorial/funcs_new.c index 9c63abaf14e..9a490340637 100644 --- a/src/tutorial/funcs_new.c +++ b/src/tutorial/funcs_new.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/tutorial/funcs_new.c,v 1.7 2006/03/11 04:38:42 momjian Exp $ */ + /****************************************************************************** These are user-defined functions that can be bound to a Postgres backend and called by Postgres to execute SQL functions of the same name. diff --git a/src/utils/dllinit.c b/src/utils/dllinit.c index 3a0097d28e6..66859149d51 100644 --- a/src/utils/dllinit.c +++ b/src/utils/dllinit.c @@ -1,3 +1,5 @@ +/* $PostgreSQL: pgsql/src/utils/dllinit.c,v 1.17 2006/03/11 04:38:42 momjian Exp $ */ + #ifdef __CYGWIN__ #include <cygwin/version.h> #endif |