diff options
| author | Bruce Momjian | 2008-03-21 13:23:29 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2008-03-21 13:23:29 +0000 |
| commit | fca9fff41bf2c1d4340404af23491bff65bc2e4b (patch) | |
| tree | 768ae839c4004e92d2e39ced660ae97151b2e685 /src/test | |
| parent | d287818eb514d431b1a68e1f3940cd958f82aa34 (diff) | |
More README src cleanups.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/locale/README | 5 | ||||
| -rw-r--r-- | src/test/locale/de_DE.ISO8859-1/README | 2 | ||||
| -rw-r--r-- | src/test/locale/gr_GR.ISO8859-7/README | 2 | ||||
| -rw-r--r-- | src/test/locale/koi8-to-win1251/README | 2 | ||||
| -rw-r--r-- | src/test/mb/README | 2 | ||||
| -rw-r--r-- | src/test/thread/README | 5 |
6 files changed, 17 insertions, 1 deletions
diff --git a/src/test/locale/README b/src/test/locale/README index 962fccb89cc..f3eeba36fd7 100644 --- a/src/test/locale/README +++ b/src/test/locale/README @@ -1,4 +1,7 @@ -$PostgreSQL: pgsql/src/test/locale/README,v 1.5 2003/11/29 19:52:14 pgsql Exp $ +$PostgreSQL: pgsql/src/test/locale/README,v 1.6 2008/03/21 13:23:29 momjian Exp $ + +Locales +======= 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/locale/de_DE.ISO8859-1/README b/src/test/locale/de_DE.ISO8859-1/README index 0ef1c8c5fe7..76d9fd16bc7 100644 --- a/src/test/locale/de_DE.ISO8859-1/README +++ b/src/test/locale/de_DE.ISO8859-1/README @@ -1,2 +1,4 @@ +$PostgreSQL: pgsql/src/test/locale/de_DE.ISO8859-1/README,v 1.2 2008/03/21 13:23:29 momjian Exp $ + 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 62023d0c8e0..04a52022548 100644 --- a/src/test/locale/gr_GR.ISO8859-7/README +++ b/src/test/locale/gr_GR.ISO8859-7/README @@ -1,2 +1,4 @@ +$PostgreSQL: pgsql/src/test/locale/gr_GR.ISO8859-7/README,v 1.2 2008/03/21 13:23:29 momjian Exp $ + 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 1ad3bde81d7..35d64ab2c66 100644 --- a/src/test/locale/koi8-to-win1251/README +++ b/src/test/locale/koi8-to-win1251/README @@ -1,3 +1,5 @@ +$PostgreSQL: pgsql/src/test/locale/koi8-to-win1251/README,v 1.2 2008/03/21 13:23:29 momjian Exp $ + koi8-to-win1251 test. The database should be created in koi8 (createdb -E koi8), test uses koi8-to-win1251 converting feature. Created by Oleg Broytmann <phd2@earthling.net>. Code for encodings diff --git a/src/test/mb/README b/src/test/mb/README index beb580a0d8f..c11452f8a91 100644 --- a/src/test/mb/README +++ b/src/test/mb/README @@ -1,3 +1,5 @@ +$PostgreSQL: pgsql/src/test/mb/README,v 1.3 2008/03/21 13:23:29 momjian Exp $ + README for multibyte regression test 1998/7/22 Tatsuo Ishii diff --git a/src/test/thread/README b/src/test/thread/README index 107699610ef..98f1f54f096 100644 --- a/src/test/thread/README +++ b/src/test/thread/README @@ -1,3 +1,8 @@ +$PostgreSQL: pgsql/src/test/thread/README,v 1.2 2008/03/21 13:23:29 momjian Exp $ + +Threading +========= + This program should be run by developers wishing to enable threading on new platforms. |
