[pgpool-committers: 309] pgpool: Change the meaning of white_memqcache_table_list. Before only t

Tatsuo Ishii ishii at postgresql.org
Mon Jun 4 00:53:15 JST 2012


Change the meaning of white_memqcache_table_list. Before only tables
specified in the list are allowed to cache. Now if a table is in the
list, even the table is VIEW or unlogged table, it's allowed to
cache. This is more intuitive and easier to use, I believe.  This also
means it is possible to use both white list and black list at the same
time.

Disallow to cache if SELECT includes unlogged tables(as long as it's
not specified in the white list of course).

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

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

Modified Files
--------------
pool_memqcache.c     |   77 +++++++++++++++++++++++++++++++++++--------------
pool_select_walker.c |    6 +--
pool_select_walker.h |    2 +
3 files changed, 59 insertions(+), 26 deletions(-)



More information about the pgpool-committers mailing list