[pgpool-committers: 1252] 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
------
master

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

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



More information about the pgpool-committers mailing list