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

From Bruce Momjian
Subject pgsql: pg_ctl, pg_upgrade: allow multiple -o/-O options, append them
Date
Msg-id E1XM0uL-00054I-Kn@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: upgrade docs: highlight pg_upgrade, warn about globals preserva
Next
From: Bruce Momjian
Date:
Subject: pgsql: Throw error for ALTER TABLE RESET of an invalid option