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

Tatsuo Ishii ishii at postgresql.org
Sun Jan 26 15:07:17 JST 2014


Hi pgpool hackers,

Today I have added new new parameter "check_unlogged_table" to git
master, which is requested by some users.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


From: Tatsuo Ishii <ishii at postgresql.org>
Subject: [pgpool-committers: 1621] pgpool: Add new parameter "check_unlogged_table".
Date: Sun, 26 Jan 2014 06:06:11 +0000
Message-ID: <E1W7IrD-0007pA-8O at gothos.postgresql.org>

> 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(-)
> 
> _______________________________________________
> pgpool-committers mailing list
> pgpool-committers at pgpool.net
> http://www.pgpool.net/mailman/listinfo/pgpool-committers


More information about the pgpool-hackers mailing list