Fix failure in replication mode.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 27 Feb 2018 04:29:38 +0000 (13:29 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 27 Feb 2018 04:29:38 +0000 (13:29 +0900)
commitd6c5f924378e71155296e611fa5efbc874e29e5f
tree2114201d23b08a68f111d72f8a184f37edae766b
parent432e8ae6d10d52ebac6c54d9acc27205301ef095
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.
src/test/pgpool_setup