1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Cleanup patch from Oleg.

This commit is contained in:
Bruce Momjian
1998-12-13 05:15:10 +00:00
parent 94c5120849
commit 47f11d41b2
3 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
1998 May 25
1998 Nov 20
I extended locale support. Now ORDER BY (if PostgreSQL configured with
--enable-locale) uses strcoll() for all text fields: char(n), varchar(n),
text. (I am not sure about ORDER BY char2/char4/etc.)
text.
I included test suite .../src/test/locale. I didn't include this in
the regression test because not so much people require locale support. Read