Re: Long options for pg_ctl waiting - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Long options for pg_ctl waiting
Date
Msg-id CAB7nPqT+6cr-yJJ8mTmd=N7gKs+TV8eO7UtHBccgKdGxEQ02WQ@mail.gmail.com
Whole thread Raw
In response to Long options for pg_ctl waiting  (Vik Fearing <vik@2ndquadrant.fr>)
Responses Re: Long options for pg_ctl waiting
List pgsql-hackers
On Sun, Sep 4, 2016 at 5:57 AM, Vik Fearing <vik@2ndquadrant.fr> wrote:
> One thing that has been irking me ever since I came to PostgreSQL is the
> fact that pg_ctl -w (and -W) don't have longhand equivalents.  I like to
> use the long version in scripts and such as extra documentation, and
> I've never been able to with these.  What's more, I keep forgetting that
> --wait (and --no-wait) aren't a thing.
>
> Trivial patch attached.

Nit: Like --nosync we could use --nowait, without an hyphen.
-- 
Michael



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: LSN as a recovery target
Next
From: Tom Lane
Date:
Subject: Re: Transactional enum additions - was Re: Alter or rename enum value