[pgpool-committers: 4583] pgpool: Fix failure in replication mode.
Tatsuo Ishii
ishii at postgresql.org
Tue Feb 27 14:19:44 JST 2018
Fix failure in replication mode.
If .psqlrc exists, pgpool_seup for replication mode fails because psql
produces messages like "Pager usage is off." which in turn confuses
a command after a pipe. Fix is add -q option to psql.
Branch
------
V3_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f8c1824d5dc91d2f062f812ab57599a508a65d1e
Modified Files
--------------
src/test/pgpool_setup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list