Mark options as deprecated in usage output

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 2f80c95740f88e9e3e04ee0c2063e55a497315b4
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2023-03-02T13:36:37Z
Releases: 16.0
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@iki.fi>
Discussion: https://postgr.es/m/062C6A8A-A4E8-4F52-9E31-45F0C9E9915E@yesql.se

Files

PathChange+/−
contrib/oid2name/oid2name.c modified +1 −1
src/backend/main/main.c modified +1 −1
src/bin/pg_dump/pg_dump.c modified +4 −4

Discussion