[COMMITTERS] pgpool - pgpool: Version 2.7.1

2006-01-15 Thread User T-ishii
Log Message: --- Version 2.7.1 Modified Files: -- pgpool: ChangeLog (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/ChangeLog.diff?r1=1.11&r2=1.12) NEWS (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.c

[COMMITTERS] pgpool - pgpool: Fix version info.

2006-01-15 Thread User T-ishii
Log Message: --- Fix version info. Modified Files: -- pgpool: README.euc_jp (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/README.euc_jp.diff?r1=1.8&r2=1.9) ---(end of broadcast)---

[COMMITTERS] pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a

2006-01-15 Thread Neil Conway
Log Message: --- When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not a va_list. Christof Petig's previous patch made this change, but neglected to update ecpglib/descriptor.c, resulting in a compiler warning (and a likely runtime crash) on AMD64 and PPC. Tags: R

[COMMITTERS] pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a

2006-01-15 Thread Neil Conway
Log Message: --- When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not a va_list. Christof Petig's previous patch made this change, but neglected to update ecpglib/descriptor.c, resulting in a compiler warning (and a likely runtime crash) on AMD64 and PPC. Tags: R

[COMMITTERS] pgsql: When using GCC on AMD64 and PPC, ECPGget_variable() takes a

2006-01-15 Thread Neil Conway
Log Message: --- When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not a va_list. Christof Petig's previous patch made this change, but neglected to update ecpglib/descriptor.c, resulting in a compiler warning (and a likely runtime crash) on AMD64 and PPC. Modified Fil

[COMMITTERS] pgsql: Add regression tests to verify that domain constraints on

2006-01-15 Thread Neil Conway
Log Message: --- Add regression tests to verify that domain constraints on parameters to prepared statements with unknown type are correctly enforced, per recent bug report. Modified Files: -- pgsql/src/test/regress/expected: domain.out (r1.35 -> r1.36) (ht

[COMMITTERS] pgsql: Allow the types of parameters to PREPARE to be inferred.

2006-01-15 Thread Neil Conway
Log Message: --- Allow the types of parameters to PREPARE to be inferred. If a parameter's data type is unspecified or is declared to be "unknown", the type will be inferred from the context in which the parameter is used. This was already possible for protocol-level prepared statements. M