pgsql: pg_ctl: Sort signal list in --help output

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_ctl: Sort signal list in --help output
Date: 2012-05-21 17:17:34
Message-ID: E1SWWEg-0006Cm-71@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_ctl: Sort signal list in --help output

The list was neither logical nor numerical nor alphabetical. Let's go
with alphabetical.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cdf8bcb8d93b4365f124e994c31687b39b619253

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-05-22 02:11:09 pgsql: Update woefully-obsolete comment.
Previous Message Tom Lane 2012-05-21 16:07:16 pgsql: Adjust documentation of ALTER TABLE CLUSTER ON for more consiste