[pgpool-committers: 2249] pgpool: Fix wait_for_pgpool_startup to use "postgres" database rathern
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Fri Oct 31 00:15:34 JST 2014
    
    
  
Fix wait_for_pgpool_startup to use "postgres" database rathern than "test".
The test database may or may not exist and if it does not, it will
always retry until timeout expired (20 seconds), and regression test
takes unnecessary long.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=c9ad02632c3a8f73fbb48121f59c39d19fb7ebd8
Modified Files
--------------
src/test/pgpool_setup |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
    
    
More information about the pgpool-committers
mailing list