Thread: pgsql: Refer to bug report address by symbol rather than hardcoding

pgsql: Refer to bug report address by symbol rather than hardcoding

From
Peter Eisentraut
Date:
Refer to bug report address by symbol rather than hardcoding

Use the PACKAGE_BUGREPORT macro that is created by Autoconf for
referring to the bug reporting address rather than hardcoding it
everywhere.  This makes it easier to change the address and it reduces
translation work.

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://www.postgresql.org/message-id/flat/8d389c5f-7fb5-8e48-9a4a-68cec44786fa%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/864934131ef72dc3a403ad1375a94543fcc04206

Modified Files
--------------
configure.in                                  | 2 +-
contrib/oid2name/oid2name.c                   | 4 ++--
contrib/pg_standby/pg_standby.c               | 2 +-
contrib/vacuumlo/vacuumlo.c                   | 2 +-
src/backend/main/main.c                       | 2 +-
src/backend/postmaster/postmaster.c           | 2 +-
src/bin/initdb/initdb.c                       | 2 +-
src/bin/pg_archivecleanup/pg_archivecleanup.c | 2 +-
src/bin/pg_basebackup/pg_basebackup.c         | 2 +-
src/bin/pg_basebackup/pg_receivewal.c         | 2 +-
src/bin/pg_basebackup/pg_recvlogical.c        | 2 +-
src/bin/pg_checksums/pg_checksums.c           | 2 +-
src/bin/pg_config/pg_config.c                 | 2 +-
src/bin/pg_controldata/pg_controldata.c       | 2 +-
src/bin/pg_ctl/pg_ctl.c                       | 2 +-
src/bin/pg_dump/pg_dump.c                     | 2 +-
src/bin/pg_dump/pg_dumpall.c                  | 2 +-
src/bin/pg_dump/pg_restore.c                  | 2 +-
src/bin/pg_resetwal/pg_resetwal.c             | 2 +-
src/bin/pg_rewind/pg_rewind.c                 | 2 +-
src/bin/pg_upgrade/option.c                   | 2 +-
src/bin/pg_waldump/pg_waldump.c               | 2 +-
src/bin/pgbench/pgbench.c                     | 4 ++--
src/bin/psql/help.c                           | 2 +-
src/bin/scripts/clusterdb.c                   | 2 +-
src/bin/scripts/createdb.c                    | 2 +-
src/bin/scripts/createuser.c                  | 2 +-
src/bin/scripts/dropdb.c                      | 2 +-
src/bin/scripts/dropuser.c                    | 2 +-
src/bin/scripts/pg_isready.c                  | 2 +-
src/bin/scripts/reindexdb.c                   | 2 +-
src/bin/scripts/vacuumdb.c                    | 2 +-
src/interfaces/ecpg/preproc/ecpg.c            | 2 +-
src/interfaces/ecpg/preproc/pgc.l             | 2 +-
src/interfaces/ecpg/preproc/type.c            | 4 ++--
src/test/regress/pg_regress.c                 | 2 +-
36 files changed, 39 insertions(+), 39 deletions(-)