[pgpool-committers: 5230] pgpool: Fix syntax error in native replication, when queries including
Bo Peng
pengbo at sraoss.co.jp
Thu Oct 18 18:24:02 JST 2018
Fix syntax error in native replication, when queries including now() etc. and "IN (SELECT ...)" in WHERE clause.
In native replication, queries including now() etc. are rewritten to a timestamp constant value.
However, Pgpool-II didn't support queries including now() etc. and "IN (SELECT ...)" in WHERE clause.
Per bug433.
Branch
------
V4_0_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=705431cc425b3815dbc1c247640f5c7d622e9452
Modified Files
--------------
src/parser/outfuncs.c | 6 ++++++
1 file changed, 6 insertions(+)
More information about the pgpool-committers
mailing list