pg_ctl idempotent option

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_ctl idempotent option
Date: 2013-01-14 11:37:58
Message-ID: 1358163478.29612.1.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a patch to add an option -I/--idempotent to pg_ctl, the result
of which is that pg_ctl doesn't error on start or stop if the server is
already running or already stopped.

The previous discussion was at
<http://www.postgresql.org/message-id/1253165415.18853.32.camel@vanquo.pezone.net>.

Attachment Content-Type Size
pg-ctl-idempotent.patch text/x-patch 6.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-01-14 11:51:05 find libxml2 using pkg-config
Previous Message Abhijit Menon-Sen 2013-01-14 10:55:01 common fe/be library (was Re: [PATCH] binary heap implementation)