pgsql: Revert "pg_ctl: Add idempotent option"

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert "pg_ctl: Add idempotent option"
Date: 2013-04-30 02:02:13
Message-ID: E1UWztV-0002ah-CP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-04-30 02:20:46 pgsql: pg_upgrade: Remove PGPORT handling from test suite
Previous Message Tom Lane 2013-04-29 18:51:10 pgsql: Postpone creation of pathkeys lists to fix bug #8049.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-04-30 02:50:34 Re: Remaining beta blockers
Previous Message Peter Eisentraut 2013-04-30 02:01:30 Re: pg_ctl non-idempotent behavior change