In pg_upgrade, avoid one start/stop of the postmaster; use the -w

Bruce Momjian <bruce@momjian.us>

Commit: 44091442db7e0d9fd7f0495f09d725fc92d940b5
Author: Bruce Momjian <bruce@momjian.us>
Date: 2011-04-26T00:18:23Z
Releases: 9.1.0
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.

Files

PathChange+/−
contrib/pg_upgrade/check.c modified +7 −7
contrib/pg_upgrade/pg_upgrade.c modified +7 −12
contrib/pg_upgrade/pg_upgrade.h modified +2 −2
contrib/pg_upgrade/server.c modified +5 −5