[pgpool-committers: 4417] pgpool: Fix timestamp data inconsistency by replication mode.

Bo Peng pengbo at sraoss.co.jp
Mon Dec 18 12:24:11 JST 2017


Fix timestamp data inconsistency by replication mode.

From PostgreSQL10 the column default value such as 'CURRENT_DATE' changes,
Pgpool-II should also rewrite timestamp by the added default values in stead of
"'now'::text::date".

Branch
------
V3_6_STABLE

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

Modified Files
--------------
src/rewrite/pool_timestamp.c                       | 12 ++++++++---
.../tests/002.native_replication/test.sh           | 24 ++++++++++++++++++----
2 files changed, 29 insertions(+), 7 deletions(-)



More information about the pgpool-committers mailing list