pgsql: Mark options as deprecated in usage output

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mark options as deprecated in usage output
Date: 2023-03-02 14:23:08
Message-ID: E1pXjps-001X4s-2d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark options as deprecated in usage output

Some deprecated options were not marked as such in usage output. This
does so across the installed binaries in an attempt to provide consistent
markup for this.

Reviewed-by: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Discussion: https://postgr.es/m/062C6A8A-A4E8-4F52-9E31-45F0C9E9915E@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f80c95740f88e9e3e04ee0c2063e55a497315b4

Modified Files
--------------
contrib/oid2name/oid2name.c | 2 +-
src/backend/main/main.c | 2 +-
src/bin/pg_dump/pg_dump.c | 8 ++++----
3 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-03-02 17:01:57 pgsql: Mop up some undue familiarity with the innards of Bitmapsets.
Previous Message Daniel Gustafsson 2023-03-02 13:10:01 pgsql: Fix outdated references to guc.c