On Sun, Sep 4, 2016 at 5:57 AM, Vik Fearing <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
