[pgpool-committers: 893] pgpool: Fix to clear all the query cache on shared memory when standby

Yugo Nagata nagata at sraoss.co.jp
Mon Apr 22 08:45:24 JST 2013


Fix to clear all the query cache on shared memory when standby pgpool escalates to active

This is aimed to prevent the new active pgpool from using inconsistent
query cache with the previous active

Branch
------
feature/watchdog_for_v3_3

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

Modified Files
--------------
pool_memqcache.c     |   98 ++++++++++++++++++++++++++++++++++++++++++++++++++
pool_memqcache.h     |    1 +
watchdog/wd_packet.c |   11 ++++++
3 files changed, 110 insertions(+), 0 deletions(-)



More information about the pgpool-committers mailing list