[pgpool-committers: 1249] 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_3_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3ccaa674512a03a90722884dda5ec9627028b095
Modified Files
--------------
pool_timestamp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list