pgsql: Revert "pg_ctl: Add idempotent option" - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Revert "pg_ctl: Add idempotent option"
Date
Msg-id E1UWztV-0002ah-CP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "pg_ctl: Add idempotent option"

This reverts commit 87306184580c9c49717b00d48a2f9e717f21e0a8.  The
behavior in certain cases is still being debated, and it's too late to
solve this before beta.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/187ca5e8e90baacc2d36c8bd0b08040f33c07fa1

Modified Files
--------------
contrib/start-scripts/linux      |    4 ++--
doc/src/sgml/ref/pg_ctl-ref.sgml |   21 ---------------------
src/bin/pg_ctl/pg_ctl.c          |   29 +++++++----------------------
3 files changed, 9 insertions(+), 45 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Postpone creation of pathkeys lists to fix bug #8049.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_upgrade: Remove PGPORT handling from test suite