[pgpool-committers: 5847] pgpool: Change check_temp_table's type to	enum.
    Tatsuo Ishii 
    ishii at sraoss.co.jp
       
    Tue Jul  2 11:30:50 JST 2019
    
    
  
Change check_temp_table's type to enum.
It was actually implemented as 'enum' rather than 'string'. So change
all docs and sample configuration files.
Also allow to specify on/off for backward compatibility.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=762516406226e80ed350069a714c62936433d0ef
Modified Files
--------------
doc.ja/src/sgml/misc-config.sgml                 | 17 ++++++++++------
doc/src/sgml/misc-config.sgml                    | 26 ++++++++++++++++--------
src/config/pool_config_variables.c               |  8 +++++---
src/include/pool_config.h                        |  4 +++-
src/sample/pgpool.conf.sample                    |  6 +++---
src/sample/pgpool.conf.sample-logical            |  6 +++---
src/sample/pgpool.conf.sample-master-slave       |  6 +++---
src/sample/pgpool.conf.sample-replication        |  6 +++---
src/sample/pgpool.conf.sample-stream             |  6 +++---
src/test/regression/tests/026.temp_table/test.sh |  4 ++--
src/utils/pool_select_walker.c                   |  7 ++++++-
11 files changed, 60 insertions(+), 36 deletions(-)
    
    
More information about the pgpool-committers
mailing list