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
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)---
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
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
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
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
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