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

Tatsuo Ishii ishii at postgresql.org
Sun Jan 26 15:06:11 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.

Branch
------
master

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

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