pgsql: Revert recent commit re positional arguments. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Revert recent commit re positional arguments.
Date
Msg-id E1SKWLx-0000t5-No@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert recent commit re positional arguments.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/062f113e52fd63ffd8c2e7f4e24c9b2087d386c1

Modified Files
--------------
src/bin/initdb/initdb.c      |    7 ++-----
src/bin/scripts/clusterdb.c  |   26 +++++++++++---------------
src/bin/scripts/createlang.c |   14 ++------------
src/bin/scripts/droplang.c   |   14 ++------------
src/bin/scripts/reindexdb.c  |   25 ++++++++++---------------
src/bin/scripts/vacuumdb.c   |   27 +++++++++++----------------
6 files changed, 38 insertions(+), 75 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Revert recent commit re positional arguments.
Next
From: Robert Haas
Date:
Subject: pgsql: Tighten up error recovery for fast-path locking.