[COMMITTERS] pgsql: Update to 8.0.1.

2005-03-15 Thread Bruce Momjian
Log Message: --- Update to 8.0.1. Modified Files: -- pgsql/doc: FAQ (r1.336 -> r1.337) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.336&r2=1.337) pgsql/doc/src/FAQ: FAQ.html (r1.293 -> r1.294) (http://developer.po

[COMMITTERS] pgsql: Wrap the implementation of fork_process() inside #ifndef WIN32 --

2005-03-15 Thread Neil Conway
Log Message: --- Wrap the implementation of fork_process() inside #ifndef WIN32 -- this should hopefully unbreak the Win32 build. Apologies for breaking it in the first place. Modified Files: -- pgsql/src/backend/postmaster: fork_process.c (r1.2 -> r1.3) (h

[COMMITTERS] pgsql: Prevent locale-aware handling of upper, lower, and initcap when

2005-03-15 Thread Bruce Momjian
Log Message: --- Prevent locale-aware handling of upper, lower, and initcap when the locale is C. Backpatch to 8.0.X because some operating systems were throwing errors for such operations, rather than ignoring the locale when it was C. Modified Files: -- pgsql/src/backend

[COMMITTERS] pgsql: Prevent locale-aware handling of upper, lower, and initcap when

2005-03-15 Thread Bruce Momjian
Log Message: --- Prevent locale-aware handling of upper, lower, and initcap when the locale is C. Backpatch to 8.0.X because some operating systems were throwing errors for such operations, rather than ignoring the locale when it was C. Tags: REL8_0_STABLE Modified Files: --

Re: [COMMITTERS] pgsql: Prevent locale-aware handling of upper, lower,

2005-03-15 Thread Neil Conway
Bruce Momjian wrote: Prevent locale-aware handling of upper, lower, and initcap when the locale is C. I get this warning: /home/neilc/pgsql/src/backend/utils/adt/oracle_compat.c: In function `lower': /home/neilc/pgsql/src/backend/utils/adt/oracle_compat.c:170: warning: implicit declaration of fun

Re: [COMMITTERS] pgsql: Prevent locale-aware handling of upper, lower,

2005-03-15 Thread Bruce Momjian
OK, fixed in CVS HEAD and 8.0.X. --- Neil Conway wrote: > Bruce Momjian wrote: > > Prevent locale-aware handling of upper, lower, and initcap when the > > locale is C. > > I get this warning: > > /home/neilc/pgsql/src/back

[COMMITTERS] pgsql: Add missing include for new lc_ctype_is_c() function.

2005-03-15 Thread Bruce Momjian
Log Message: --- Add missing include for new lc_ctype_is_c() function. Per Neil. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/adt: oracle_compat.c (r1.57.4.1 -> r1.57.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backen

[COMMITTERS] pgsql: Add missing include for new lc_ctype_is_c() function.

2005-03-15 Thread Bruce Momjian
Log Message: --- Add missing include for new lc_ctype_is_c() function. Per Neil. Modified Files: -- pgsql/src/backend/utils/adt: oracle_compat.c (r1.58 -> r1.59) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/oracle_compat.c.diff?r

[COMMITTERS] pgsql: Fix snprintf to handle %$ properly by storing and reordering the

2005-03-15 Thread Bruce Momjian
Log Message: --- Fix snprintf to handle %$ properly by storing and reordering the arguments. Nicolai Tufar Modified Files: -- pgsql/src/port: snprintf.c (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.19&r2=

[COMMITTERS] pgsql: Add CVS \r\n regression tests.

2005-03-15 Thread Bruce Momjian
Log Message: --- Add CVS \r\n regression tests. Andrew Dunstan Modified Files: -- pgsql/src/test/regress/input: copy.source (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/input/copy.source.diff?r1=1.10&r2=1.11) pgsq