Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4e64e7

Browse files
committed
Update to reality.
1 parent6bb6209 commite4e64e7

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

‎src/test/locale/README

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1+
$Header: /cvsroot/pgsql/src/test/locale/README,v 1.3 2001/01/19 19:43:27 petere Exp $
12

2-
1998 May 25
3+
This directory contains a set of tests for locales. I provided one C
4+
program test-ctype.c to test CTYPE support in libc and the installed
5+
locale data. Then there are test-sort.pl and test-sort.py that test
6+
collating.
37

4-
This directory contains a set of tests for locales. I provided one C
5-
program test-ctype.c to test CTYPE support in libc and installed
6-
localedata. Then there are test-sort.pl and test-sort.py that tests
7-
collating. (Also there is test-sort.py but it is commented out in scripts;
8-
uncomment it if you have Python interpreter installed).
9-
To run a test for some locale (koi8, e.g) run
10-
make all test-$locale
11-
(for example)
12-
make all test-koi8
8+
To run a test for some locale run
9+
gmake check-$locale
10+
for example
11+
gmake check-koi8-r
1312

14-
Currently, only tests forkoi8 locale (russian cyrillic for UN*X)
15-
provided in koi8 directory. Script `runall' calls test-pgsql-locale to test
16-
whether locale support had beencompiled intoPotgreSQL, test-ctype to test
17-
libc and localedata,test-sort.pl (uncomment test-sort.py, if you have
18-
Python interpreterinstalled) and does tests on PostgreSQL with
19-
test-koi8*.sql.in.
13+
Currently,there areonly tests fora few locales available. The script
14+
'runall' calls test-pgsql-locale to test whether locale support has been
15+
compiled intoPostgreSQL, test-ctype to test libc and locale data,
16+
test-sort.pl (uncomment test-sort.py, if you have a Python interpreter
17+
installed), and does tests on PostgreSQL with the provided SQL script
18+
files.
2019

21-
To add locale tests one need to create directory $locale and create
22-
Makefile (and other files) similar to koi8-r/*. Actually, the simplest (I
23-
think) method is just copy koi8-r directory and edit/replace files.
20+
To add locale tests one needs to create a directory $locale and create
21+
a Makefile (and other files) similar to koi8-r/*. Actually, the simplest
22+
(I think) method is just to copy the koi8-r directory and edit/replace
23+
the files.
2424

2525
Oleg.
2626
----

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp