[pgpool-committers: 1942] pgpool: Add new parameter "check_unlogged_table".

Muhammad Usama m.usama at gmail.com
Wed May 7 20:27:28 JST 2014


Add new parameter "check_unlogged_table".

By turning this off pgpool-II does not check unlogged tables while
executing SELECTs, thus reduces the overhead caused by the check. Of
course users should be absolutely sure what they are doing if do so.

Branches
--------
EXCEPTION_MGR
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=30ad3a8fcc7b00a0064361677659d1a906da786c
Author: Tatsuo Ishii <ishii at postgresql.org>

Modified Files
--------------
doc/pgpool-en.html                         |   15 +++++++++++++--
doc/pgpool-ja.html                         |   14 ++++++++++++--
src/config/pool_config.c                   |   13 +++++++++++++
src/config/pool_config.l                   |   13 +++++++++++++
src/context/pool_query_context.c           |    2 +-
src/include/pool_config.h                  |    1 +
src/sample/pgpool.conf.sample              |    7 +++++++
src/sample/pgpool.conf.sample-master-slave |    7 +++++++
src/sample/pgpool.conf.sample-replication  |    7 +++++++
src/sample/pgpool.conf.sample-stream       |    7 +++++++
src/utils/pool_process_reporting.c         |   15 +++++++++++++++
11 files changed, 96 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list