[PATCHES] Case Conversion Fix for MB Chars

2005-11-26 Thread Volkan YAZICI
Here's small patch to fix case conversion problems for ILIKE and (Oracle Compat.) lower/upper functions. (Related bug report is here: http://archives.postgresql.org/pgsql-bugs/2005-10/msg1.php) In tests it succeeded for Turkish characters while using LATIN5 encoding. But when encoding is UNICO

Re: [PATCHES] Case Conversion Fix for MB Chars

2005-11-26 Thread Volkan YAZICI
Last minute edit: On 11/26/05, Volkan YAZICI <[EMAIL PROTECTED]> wrote: - In tests it succeeded for Turkish characters while using LATIN5 - encoding. But when encoding is UNICODE it still doesn't work. (IMHO, - for latin-N encodings there will be no compatibility problems; for - Unicode, I've no i

[PATCHES] [PATCH] psql formatting patch (round 2)

2005-11-26 Thread Martijn van Oosterhout
[Please CC any replies, thanks] This patch has the same effect as the last one except it now uses the PQmblen and PQdsplen functions exported by libpq as suggested by Tom. This clears a lot of stuff from psql's mbprint.c which is a good thing. This means it should work for all for encodings (thoug

Re: [PATCHES] Install pg_regress by default

2005-11-26 Thread Peter Eisentraut
Alvaro Herrera wrote: > This patch allows pg_regress to be installed by default. This was > proposed awhile back but never done, any objections if I commit this? If you do, there should also be documentation, such as a reference page, about how to use it. -- Peter Eisentraut http://developer.p

Re: [PATCHES] Install pg_regress by default

2005-11-26 Thread Peter Eisentraut
Alvaro Herrera wrote: > This patch allows pg_regress to be installed by default. This was > proposed awhile back but never done, any objections if I commit this? Scripts should be installed using INSTALL_SCRIPT (not _PROGRAM). -- Peter Eisentraut http://developer.postgresql.org/~petere/ --

Re: [PATCHES] Case Conversion Fix for MB Chars

2005-11-26 Thread Tom Lane
Volkan YAZICI <[EMAIL PROTECTED]> writes: > Here's small patch to fix case conversion problems for ILIKE and > (Oracle Compat.) lower/upper functions. (Related bug report is here: > http://archives.postgresql.org/pgsql-bugs/2005-10/msg1.php) Doesn't this just move the failure cases around? Th

Re: [PATCHES] [BUGS] Patch to allow contrib/pgbench files to have blank lines

2005-11-26 Thread Bruce Momjian
Patch already applied. Thanks. --- David Fetter wrote: > Folks, > > Having blank lines in -f scripts was causing silent failures. This > fixes it, for some value of "fixes." If it's OK, please apply to 8.1 > CURRENT and