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.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/44091442db7e0d9fd7f0495f09d725fc92d940b5 Modified Files -------------- contrib/pg_upgrade/check.c | 14 +++++++------- contrib/pg_upgrade/pg_upgrade.c | 19 +++++++------------ contrib/pg_upgrade/pg_upgrade.h | 4 ++-- contrib/pg_upgrade/server.c | 10 +++++----- 4 files changed, 21 insertions(+), 26 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
