summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2003-11-29 19:52:15 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2003-11-29 19:52:15 +0000
commit969685ad443637a24650909357e4e768a88412fc (patch)
treef4a2b7c998cc9ed58f2e228620af2bcc38729e93 /src/test
parent738dc233f4dcb51e9c969718b52f5579de252880 (diff)
downloadpostgresql-969685ad443637a24650909357e4e768a88412fc.tar.gz
$Header: -> $PostgreSQL Changes ...
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Makefile2
-rw-r--r--src/test/bench/Makefile2
-rwxr-xr-xsrc/test/bench/create.sh2
-rwxr-xr-xsrc/test/bench/runwisc.sh2
-rw-r--r--src/test/examples/testlo.c2
-rw-r--r--src/test/locale/Makefile2
-rw-r--r--src/test/locale/README2
-rw-r--r--src/test/mb/mbregress.sh2
-rw-r--r--src/test/regress/GNUmakefile2
-rw-r--r--src/test/regress/pg_regress.sh2
-rw-r--r--src/test/regress/regress.c2
-rw-r--r--src/test/regress/serial_schedule2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/test/Makefile b/src/test/Makefile
index 7d31c4b514..702f5b4b36 100644
--- a/src/test/Makefile
+++ b/src/test/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/test/Makefile,v 1.3 2000/09/29 17:17:36 petere Exp $
+# $PostgreSQL: pgsql/src/test/Makefile,v 1.4 2003/11/29 19:52:13 pgsql Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/test/bench/Makefile b/src/test/bench/Makefile
index 4f8e8b2e09..39eca66867 100644
--- a/src/test/bench/Makefile
+++ b/src/test/bench/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/test/bench/Attic/Makefile,v 1.9 2001/02/20 19:20:29 petere Exp $
+# $PostgreSQL: pgsql/src/test/bench/Makefile,v 1.10 2003/11/29 19:52:14 pgsql Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/test/bench/create.sh b/src/test/bench/create.sh
index efdecb9403..8a7a3da4a9 100755
--- a/src/test/bench/create.sh
+++ b/src/test/bench/create.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Header: /cvsroot/pgsql/src/test/bench/Attic/create.sh,v 1.2 1997/04/17 13:48:49 scrappy Exp $
+# $PostgreSQL: pgsql/src/test/bench/create.sh,v 1.3 2003/11/29 19:52:14 pgsql Exp $
#
if [ ! -d $1 ]; then
echo " you must specify a valid data directory "
diff --git a/src/test/bench/runwisc.sh b/src/test/bench/runwisc.sh
index 8509320767..642edd3f0d 100755
--- a/src/test/bench/runwisc.sh
+++ b/src/test/bench/runwisc.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Header: /cvsroot/pgsql/src/test/bench/Attic/runwisc.sh,v 1.4 1999/05/23 18:53:30 momjian Exp $
+# $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.5 2003/11/29 19:52:14 pgsql Exp $
#
# Note that in our published benchmark numbers, we executed the command in the
# following fashion:
diff --git a/src/test/examples/testlo.c b/src/test/examples/testlo.c
index 1bb71415bc..1835b9d58a 100644
--- a/src/test/examples/testlo.c
+++ b/src/test/examples/testlo.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/test/examples/testlo.c,v 1.20 2003/08/04 02:40:20 momjian Exp $
+ * $PostgreSQL: pgsql/src/test/examples/testlo.c,v 1.21 2003/11/29 19:52:14 pgsql Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/test/locale/Makefile b/src/test/locale/Makefile
index 9a587b19cd..d34eedfce1 100644
--- a/src/test/locale/Makefile
+++ b/src/test/locale/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/src/test/locale/Makefile,v 1.8 2002/09/03 21:45:44 petere Exp $
+# $PostgreSQL: pgsql/src/test/locale/Makefile,v 1.9 2003/11/29 19:52:14 pgsql Exp $
subdir = src/test/locale
top_builddir = ../../..
diff --git a/src/test/locale/README b/src/test/locale/README
index 822aab238b..962fccb89c 100644
--- a/src/test/locale/README
+++ b/src/test/locale/README
@@ -1,4 +1,4 @@
-$Header: /cvsroot/pgsql/src/test/locale/README,v 1.4 2002/09/03 21:45:44 petere Exp $
+$PostgreSQL: pgsql/src/test/locale/README,v 1.5 2003/11/29 19:52:14 pgsql Exp $
This directory contains a set of tests for locales. I provided one C
program test-ctype.c to test CTYPE support in libc and the installed
diff --git a/src/test/mb/mbregress.sh b/src/test/mb/mbregress.sh
index 428a81464e..73f0302255 100644
--- a/src/test/mb/mbregress.sh
+++ b/src/test/mb/mbregress.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Header: /cvsroot/pgsql/src/test/mb/mbregress.sh,v 1.6 2001/02/21 06:02:04 ishii Exp $
+# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.7 2003/11/29 19:52:14 pgsql Exp $
if echo '\c' | grep -s c >/dev/null 2>&1
then
diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile
index eb54dce64b..5ad80b3470 100644
--- a/src/test/regress/GNUmakefile
+++ b/src/test/regress/GNUmakefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.43 2003/11/02 21:56:15 tgl Exp $
+# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.44 2003/11/29 19:52:14 pgsql Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/test/regress/pg_regress.sh b/src/test/regress/pg_regress.sh
index dfa57467c1..6b5ed83df7 100644
--- a/src/test/regress/pg_regress.sh
+++ b/src/test/regress/pg_regress.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.36 2003/11/02 21:56:15 tgl Exp $
+# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.37 2003/11/29 19:52:14 pgsql Exp $
me=`basename $0`
: ${TMPDIR=/tmp}
diff --git a/src/test/regress/regress.c b/src/test/regress/regress.c
index 58fee038d9..b26eed5b37 100644
--- a/src/test/regress/regress.c
+++ b/src/test/regress/regress.c
@@ -1,5 +1,5 @@
/*
- * $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.58 2003/08/04 00:43:34 momjian Exp $
+ * $PostgreSQL: pgsql/src/test/regress/regress.c,v 1.59 2003/11/29 19:52:14 pgsql Exp $
*/
#include "postgres.h"
diff --git a/src/test/regress/serial_schedule b/src/test/regress/serial_schedule
index 133c175aec..5f3a7bba9a 100644
--- a/src/test/regress/serial_schedule
+++ b/src/test/regress/serial_schedule
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.22 2003/09/13 16:44:48 momjian Exp $
+# $PostgreSQL: pgsql/src/test/regress/serial_schedule,v 1.23 2003/11/29 19:52:14 pgsql Exp $
# This should probably be in an order similar to parallel_schedule.
test: boolean
test: char