[pgpool-committers: 3139] 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_1_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=19ef42bc292f777624e82353358341c0bd2023d3
Modified Files
--------------
pool.h | 4 +++-
pool_session_context.c | 23 +++++++++++------------
2 files changed, 14 insertions(+), 13 deletions(-)
More information about the pgpool-committers
mailing list