]> granicus.if.org Git - postgresql/commit
Now that pg_upgrade uses -w in pg_ctl, remove loop that retried testing
authorBruce Momjian <bruce@momjian.us>
Tue, 26 Apr 2011 14:15:18 +0000 (10:15 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 26 Apr 2011 14:15:18 +0000 (10:15 -0400)
commit6c4d2bd9141034bd27977794f52003fd6f7d01f0
treedcc2c221ed8d896e9d1202714715487fa49c6851
parent44091442db7e0d9fd7f0495f09d725fc92d940b5
Now that pg_upgrade uses -w in pg_ctl, remove loop that retried testing
the connection;  also restructure the libpq connection code.

This patch also removes the unused variable postmasterPID and fixes a
libpq structure leak that was in the testing loop.
contrib/pg_upgrade/pg_upgrade.h
contrib/pg_upgrade/server.c