[pgpool-committers: 1253] pgpool: Fix incorrect time stamp rewriting in replication mode for cert

Tatsuo Ishii ishii at postgresql.org
Wed Sep 11 23:43:24 JST 2013


Fix incorrect time stamp rewriting in replication mode for certain time zones.

Time stamp rewriting calls "SELECT now()" to get current
time. Unfortunately the buffer for the current time is too small for
certain time zones such as "02:30". Note that non-30-minutes-time-zone
such as "0900" does not reveal the problem. This explains why we
haven't the bug report until today. Bug reported in [pgpool-general:
2113] and fix provided by Sean Hogan.

Branch
------
V3_2_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=92ae4e5851b1a7ce53f3c11b4f8bfb627efa023c

Modified Files
--------------
pool_timestamp.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list