pgsql: In pg_upgrade, avoid one start/stop of the postmaster; use the

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, avoid one start/stop of the postmaster; use the
Date: 2011-04-26 00:18:25
Message-ID: E1QEVyz-0006Bi-0C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2011-04-26 11:44:57 textsearch-ja - textsearch-ja: Fix a bug in text normalization when a
Previous Message Tom Lane 2011-04-26 00:14:29 pgsql: Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wron