[pgpool-committers: 6341] pgpool: Fix incorrect query rewrite in replication mode.

Bo Peng pengbo at sraoss.co.jp
Fri Oct 25 17:27:20 JST 2019


Fix incorrect query rewrite in replication mode.
For example:
- CREATE TABLE t1 AS SELECT now();
- SELECT now() INTO t1;
- WITH ins AS ( INSERT INTO t1 SELECT now()) SELECT;

Branch
------
V3_5_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=2c4608a40b157510c79e9cd2dc3d1e9f3f1f3802

Modified Files
--------------
src/rewrite/pool_timestamp.c | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)



More information about the pgpool-committers mailing list