[pgpool-committers: 3141] pgpool: Redirect all user queries to primary server
Tatsuo Ishii
ishii at postgresql.org
Fri Apr 15 13:26:31 JST 2016
Redirect all user queries to primary server
Up to now some user queries are sent to other than the primary server
even if load_balance_mode = off. This commit changes the behavior: if
load_balance_mode = off in streaming replication mode, now all the
user queries are sent to the primary server only.
See bug 189 for related info.
Branch
------
V3_3_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=2d998fa1dbac9a04b5ea1c671fa654413eddbe8d
Modified Files
--------------
pool.h | 4 +++-
pool_session_context.c | 31 +++++++++++++++++++------------
2 files changed, 22 insertions(+), 13 deletions(-)
More information about the pgpool-committers
mailing list