[pgpool-committers: 275] pgpool: Add a new option "memqcache_auto_cache_invalidation" to pgpool.

Yugo Nagata nagata at sraoss.co.jp
Mon Jun 4 00:53:13 JST 2012


Add a new option "memqcache_auto_cache_invalidation" to pgpool.conf.

If true, invalidation of query cache is triggered by corresponding
DDL/DML/DCL(and memqcache_expire).  If false, it is only triggered
by memqcache_expire.  True by default.

Branches
--------
feature/watchdog
master

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

Modified Files
--------------
doc/pgpool-en.html              |    9 +++++++++
doc/pgpool-ja.html              |    8 ++++++++
pgpool.conf.sample              |    5 +++++
pgpool.conf.sample-master-slave |    5 +++++
pgpool.conf.sample-replication  |    5 +++++
pgpool.conf.sample-stream       |    5 +++++
pool_config.h                   |    3 +++
pool_config.l                   |   13 +++++++++++++
pool_memqcache.c                |   14 +++++++++-----
pool_process_reporting.c        |    5 +++++
10 files changed, 67 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list