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

Tatsuo Ishii ishii at postgresql.org
Wed Sep 11 23:43:25 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_0_STABLE

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

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



More information about the pgpool-committers mailing list