[pgpool-committers: 4413] 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_3_STABLE

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

Modified Files
--------------
pool_timestamp.c                                   | 12 +++++++---
.../tests/002.native_replication/test.sh           | 28 +++++++++++++++++-----
2 files changed, 31 insertions(+), 9 deletions(-)



More information about the pgpool-committers mailing list