[pgpool-committers: 1250] 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_1_STABLE

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

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



More information about the pgpool-committers mailing list