Add new parameter named "replicate_select". Default value is 'false'.
authorYoshiyuki Asaba <y-asaba at pgfoundry.org>
Wed, 18 Jul 2007 04:48:04 +0000 (04:48 +0000)
committerYoshiyuki Asaba <y-asaba at pgfoundry.org>
Wed, 18 Jul 2007 04:48:04 +0000 (04:48 +0000)
commit839e2e367487bc37a5187db6f4743317ab25ea13
tree96f383751f197e6de50d9f1dd121d564a304b67d
parentf181d0bd48da2a44bee2863572368bc3c6dfb204
Add new parameter named "replicate_select". Default value is 'false'.

If it is true, pgpool replicates SELECT queries when load balancing is
disabled. This is a old specification which was under V3.2.

If it is false, pgpool only sends them to the master node. This is a
current(V3.3) specification.
pool.h
pool_config.l
pool_process_query.c