pgsql: pg_ctl, pg_upgrade: allow multiple -o/-O options, append them

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_ctl, pg_upgrade: allow multiple -o/-O options, append them
Date: 2014-08-25 20:30:29
Message-ID: E1XM0uL-00054I-Kn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_ctl, pg_upgrade: allow multiple -o/-O options, append them

Report by Pavel Raiskup

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ebe30ad59bb2d127f576be07e036a473999c4b80

Modified Files
--------------
contrib/pg_upgrade/option.c | 24 +++++++++++++++++++++---
doc/src/sgml/pgupgrade.sgml | 6 ++++--
doc/src/sgml/ref/pg_ctl-ref.sgml | 3 ++-
doc/src/sgml/ref/postgres-ref.sgml | 3 ++-
src/bin/pg_ctl/pg_ctl.c | 11 ++++++++++-
5 files changed, 39 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-08-25 21:06:43 pgsql: Throw error for ALTER TABLE RESET of an invalid option
Previous Message Bruce Momjian 2014-08-25 19:35:38 pgsql: upgrade docs: highlight pg_upgrade, warn about globals preserva