summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2010-09-20 22:08:53 +0200
committerMagnus Hagander <magnus@hagander.net>2010-09-20 22:08:53 +0200
commit9f2e211386931f7aee48ffbc2fcaef1632d8329f (patch)
treeeebf0b0367f8e957957cf5468ddc0c46d9da80f6 /src/test
parentcecde97577fafddc6b3aa354b9b77a3a54b063a9 (diff)
downloadpostgresql-9f2e211386931f7aee48ffbc2fcaef1632d8329f.tar.gz
Remove cvs keywords from all files.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Makefile2
-rw-r--r--src/test/examples/testlibpq.c2
-rw-r--r--src/test/examples/testlibpq2.c2
-rw-r--r--src/test/examples/testlibpq3.c2
-rw-r--r--src/test/examples/testlibpq4.c2
-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/locale/de_DE.ISO8859-1/README2
-rw-r--r--src/test/locale/gr_GR.ISO8859-7/README2
-rw-r--r--src/test/locale/koi8-to-win1251/README2
-rw-r--r--src/test/locale/test-ctype.c2
-rw-r--r--src/test/mb/README2
-rw-r--r--src/test/mb/mbregress.sh2
-rw-r--r--src/test/performance/sqls/inssimple2
-rw-r--r--src/test/regress/GNUmakefile2
-rw-r--r--src/test/regress/parallel_schedule2
-rw-r--r--src/test/regress/pg_regress.c2
-rw-r--r--src/test/regress/pg_regress.h2
-rw-r--r--src/test/regress/pg_regress_main.c2
-rw-r--r--src/test/regress/regress.c2
-rw-r--r--src/test/regress/serial_schedule2
-rw-r--r--src/test/regress/standby_schedule2
-rw-r--r--src/test/thread/Makefile2
-rw-r--r--src/test/thread/README2
-rw-r--r--src/test/thread/thread_test.c2
26 files changed, 26 insertions, 26 deletions
diff --git a/src/test/Makefile b/src/test/Makefile
index 702f5b4b36..e8cf7041b4 100644
--- a/src/test/Makefile
+++ b/src/test/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/test/Makefile,v 1.4 2003/11/29 19:52:13 pgsql Exp $
+# src/test/Makefile
#
#-------------------------------------------------------------------------
diff --git a/src/test/examples/testlibpq.c b/src/test/examples/testlibpq.c
index eed7617835..4d9af82dd1 100644
--- a/src/test/examples/testlibpq.c
+++ b/src/test/examples/testlibpq.c
@@ -1,5 +1,5 @@
/*
- * $PostgreSQL: pgsql/src/test/examples/testlibpq.c,v 1.18 2009/06/11 14:49:15 momjian Exp $
+ * src/test/examples/testlibpq.c
*
*
* testlibpq.c
diff --git a/src/test/examples/testlibpq2.c b/src/test/examples/testlibpq2.c
index c5921a5645..f47c5e36bb 100644
--- a/src/test/examples/testlibpq2.c
+++ b/src/test/examples/testlibpq2.c
@@ -1,5 +1,5 @@
/*
- * $PostgreSQL: pgsql/src/test/examples/testlibpq2.c,v 1.17 2010/07/06 19:19:01 momjian Exp $
+ * src/test/examples/testlibpq2.c
*
*
* testlibpq2.c
diff --git a/src/test/examples/testlibpq3.c b/src/test/examples/testlibpq3.c
index ab035887f7..e11e0567ca 100644
--- a/src/test/examples/testlibpq3.c
+++ b/src/test/examples/testlibpq3.c
@@ -1,5 +1,5 @@
/*
- * $PostgreSQL: pgsql/src/test/examples/testlibpq3.c,v 1.17 2009/12/31 00:16:47 adunstan Exp $
+ * src/test/examples/testlibpq3.c
*
*
* testlibpq3.c
diff --git a/src/test/examples/testlibpq4.c b/src/test/examples/testlibpq4.c
index a2935e895f..dafc6aecb1 100644
--- a/src/test/examples/testlibpq4.c
+++ b/src/test/examples/testlibpq4.c
@@ -1,5 +1,5 @@
/*
- * $PostgreSQL: pgsql/src/test/examples/testlibpq4.c,v 1.14 2009/06/11 14:49:15 momjian Exp $
+ * src/test/examples/testlibpq4.c
*
*
* testlibpq4.c
diff --git a/src/test/examples/testlo.c b/src/test/examples/testlo.c
index fd2c28606b..205bed7612 100644
--- a/src/test/examples/testlo.c
+++ b/src/test/examples/testlo.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/test/examples/testlo.c,v 1.32 2010/01/02 16:58:13 momjian Exp $
+ * src/test/examples/testlo.c
*
*-------------------------------------------------------------------------
*/
diff --git a/src/test/locale/Makefile b/src/test/locale/Makefile
index 295f049ce8..e4d38646e4 100644
--- a/src/test/locale/Makefile
+++ b/src/test/locale/Makefile
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/src/test/locale/Makefile,v 1.10 2008/03/18 16:24:50 petere Exp $
+# src/test/locale/Makefile
subdir = src/test/locale
top_builddir = ../../..
diff --git a/src/test/locale/README b/src/test/locale/README
index f3eeba36fd..86246df95d 100644
--- a/src/test/locale/README
+++ b/src/test/locale/README
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/test/locale/README,v 1.6 2008/03/21 13:23:29 momjian Exp $
+src/test/locale/README
Locales
=======
diff --git a/src/test/locale/de_DE.ISO8859-1/README b/src/test/locale/de_DE.ISO8859-1/README
index 76d9fd16bc..c9e6ee8121 100644
--- a/src/test/locale/de_DE.ISO8859-1/README
+++ b/src/test/locale/de_DE.ISO8859-1/README
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/test/locale/de_DE.ISO8859-1/README,v 1.2 2008/03/21 13:23:29 momjian Exp $
+src/test/locale/de_DE.ISO8859-1/README
de_DE.ISO-8859-1 (German) locale test.
Created by Armin Diehl <diehl@net-connection.de>
diff --git a/src/test/locale/gr_GR.ISO8859-7/README b/src/test/locale/gr_GR.ISO8859-7/README
index 04a5202254..a3dad44725 100644
--- a/src/test/locale/gr_GR.ISO8859-7/README
+++ b/src/test/locale/gr_GR.ISO8859-7/README
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/test/locale/gr_GR.ISO8859-7/README,v 1.2 2008/03/21 13:23:29 momjian Exp $
+src/test/locale/gr_GR.ISO8859-7/README
gr_GR.ISO8859-7 (Greek) locale test.
Created by Angelos Karageorgiou <angelos@awesome.incredible.com>
diff --git a/src/test/locale/koi8-to-win1251/README b/src/test/locale/koi8-to-win1251/README
index 35d64ab2c6..07378030ba 100644
--- a/src/test/locale/koi8-to-win1251/README
+++ b/src/test/locale/koi8-to-win1251/README
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/test/locale/koi8-to-win1251/README,v 1.2 2008/03/21 13:23:29 momjian Exp $
+src/test/locale/koi8-to-win1251/README
koi8-to-win1251 test. The database should be created in koi8 (createdb -E koi8),
test uses koi8-to-win1251 converting feature.
diff --git a/src/test/locale/test-ctype.c b/src/test/locale/test-ctype.c
index 08b491e4e7..8839d2de50 100644
--- a/src/test/locale/test-ctype.c
+++ b/src/test/locale/test-ctype.c
@@ -1,5 +1,5 @@
/*
- * $PostgreSQL: pgsql/src/test/locale/test-ctype.c,v 1.6 2009/06/11 14:49:15 momjian Exp $
+ * src/test/locale/test-ctype.c
*/
/*
diff --git a/src/test/mb/README b/src/test/mb/README
index e7bd757dbd..f3de449445 100644
--- a/src/test/mb/README
+++ b/src/test/mb/README
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/test/mb/README,v 1.4 2009/05/06 16:15:21 tgl Exp $
+src/test/mb/README
README for multibyte regression test
1998/7/22
diff --git a/src/test/mb/mbregress.sh b/src/test/mb/mbregress.sh
index 7a6e1e281c..1ce45c7e1c 100644
--- a/src/test/mb/mbregress.sh
+++ b/src/test/mb/mbregress.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.11 2009/11/23 16:02:24 tgl Exp $
+# src/test/mb/mbregress.sh
if echo '\c' | grep -s c >/dev/null 2>&1
then
diff --git a/src/test/performance/sqls/inssimple b/src/test/performance/sqls/inssimple
index 950206a4ae..17574ad484 100644
--- a/src/test/performance/sqls/inssimple
+++ b/src/test/performance/sqls/inssimple
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/src/test/performance/sqls/inssimple,v 1.3 2010/08/19 05:57:35 petere Exp $
+# src/test/performance/sqls/inssimple
#
# 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/GNUmakefile b/src/test/regress/GNUmakefile
index 5f8f04f19c..368347527c 100644
--- a/src/test/regress/GNUmakefile
+++ b/src/test/regress/GNUmakefile
@@ -6,7 +6,7 @@
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.83 2010/07/05 18:54:38 tgl Exp $
+# src/test/regress/GNUmakefile
#
#-------------------------------------------------------------------------
diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule
index 554ef39e7d..a05bfeb034 100644
--- a/src/test/regress/parallel_schedule
+++ b/src/test/regress/parallel_schedule
@@ -1,5 +1,5 @@
# ----------
-# $PostgreSQL: pgsql/src/test/regress/parallel_schedule,v 1.62 2010/08/07 02:44:08 tgl Exp $
+# src/test/regress/parallel_schedule
#
# By convention, we put no more than twenty tests in any one parallel group;
# this limits the number of connections needed to run the tests.
diff --git a/src/test/regress/pg_regress.c b/src/test/regress/pg_regress.c
index 477732eee7..ab2f69ecf0 100644
--- a/src/test/regress/pg_regress.c
+++ b/src/test/regress/pg_regress.c
@@ -11,7 +11,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.72 2010/06/12 17:21:29 momjian Exp $
+ * src/test/regress/pg_regress.c
*
*-------------------------------------------------------------------------
*/
diff --git a/src/test/regress/pg_regress.h b/src/test/regress/pg_regress.h
index 85deb5719a..3f46037c8c 100644
--- a/src/test/regress/pg_regress.h
+++ b/src/test/regress/pg_regress.h
@@ -4,7 +4,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/test/regress/pg_regress.h,v 1.6 2010/01/02 16:58:16 momjian Exp $
+ * src/test/regress/pg_regress.h
*-------------------------------------------------------------------------
*/
diff --git a/src/test/regress/pg_regress_main.c b/src/test/regress/pg_regress_main.c
index fdcea4f5cd..c2114b9515 100644
--- a/src/test/regress/pg_regress_main.c
+++ b/src/test/regress/pg_regress_main.c
@@ -11,7 +11,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/test/regress/pg_regress_main.c,v 1.9 2010/01/02 16:58:16 momjian Exp $
+ * src/test/regress/pg_regress_main.c
*
*-------------------------------------------------------------------------
*/
diff --git a/src/test/regress/regress.c b/src/test/regress/regress.c
index ffbe4e37b8..8b0f9f14f3 100644
--- a/src/test/regress/regress.c
+++ b/src/test/regress/regress.c
@@ -1,5 +1,5 @@
/*
- * $PostgreSQL: pgsql/src/test/regress/regress.c,v 1.72 2009/01/07 13:44:37 tgl Exp $
+ * src/test/regress/regress.c
*/
#include "postgres.h"
diff --git a/src/test/regress/serial_schedule b/src/test/regress/serial_schedule
index 1717fe4b5a..e2f8351ad7 100644
--- a/src/test/regress/serial_schedule
+++ b/src/test/regress/serial_schedule
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/src/test/regress/serial_schedule,v 1.57 2010/08/07 02:44:08 tgl Exp $
+# src/test/regress/serial_schedule
# This should probably be in an order similar to parallel_schedule.
test: tablespace
test: boolean
diff --git a/src/test/regress/standby_schedule b/src/test/regress/standby_schedule
index 7e239d4b28..3ddb961c88 100644
--- a/src/test/regress/standby_schedule
+++ b/src/test/regress/standby_schedule
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/src/test/regress/standby_schedule,v 1.1 2009/12/19 01:32:45 sriggs Exp $
+# src/test/regress/standby_schedule
#
# Test schedule for Hot Standby
#
diff --git a/src/test/thread/Makefile b/src/test/thread/Makefile
index b932d10a26..b90bbd477d 100644
--- a/src/test/thread/Makefile
+++ b/src/test/thread/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 2003-2010, PostgreSQL Global Development Group
#
-# $PostgreSQL: pgsql/src/test/thread/Makefile,v 1.7 2010/07/05 18:54:38 tgl Exp $
+# src/test/thread/Makefile
#
#-------------------------------------------------------------------------
diff --git a/src/test/thread/README b/src/test/thread/README
index 67220b328b..509f3dc24e 100644
--- a/src/test/thread/README
+++ b/src/test/thread/README
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/test/thread/README,v 1.4 2010/08/19 05:57:35 petere Exp $
+src/test/thread/README
Threading
=========
diff --git a/src/test/thread/thread_test.c b/src/test/thread/thread_test.c
index 79a9c10cda..bff7d5a263 100644
--- a/src/test/thread/thread_test.c
+++ b/src/test/thread/thread_test.c
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/test/thread/thread_test.c,v 1.8 2010/01/02 16:58:16 momjian Exp $
+ * src/test/thread/thread_test.c
*
* This program tests to see if your standard libc functions use
* pthread_setspecific()/pthread_getspecific() to be thread-safe.