]> granicus.if.org Git - postgresql/commit
In pg_upgrade, avoid one start/stop of the postmaster; use the -w
authorBruce Momjian <bruce@momjian.us>
Tue, 26 Apr 2011 00:17:48 +0000 (20:17 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 26 Apr 2011 00:18:23 +0000 (20:18 -0400)
commit44091442db7e0d9fd7f0495f09d725fc92d940b5
tree32223b6feb446dc2c9a4214f2e1dc83706d14739
parent6dab96abaa8bd6775658d26517e288f4d5f6448f
In pg_upgrade, avoid one start/stop of the postmaster;  use the -w
(wait) flag for pg_ctl start/stop;  remove the unused "quiet" flag in
the functions for starting/stopping the postmaster.
contrib/pg_upgrade/check.c
contrib/pg_upgrade/pg_upgrade.c
contrib/pg_upgrade/pg_upgrade.h
contrib/pg_upgrade/server.c