Refer to bug report address by symbol rather than hardcoding

Peter Eisentraut <peter@eisentraut.org>

Commit: 864934131ef72dc3a403ad1375a94543fcc04206
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-02-28T12:12:21Z
Releases: 13.0
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

Files

PathChange+/−
configure.in modified +1 −1
contrib/oid2name/oid2name.c modified +2 −2
contrib/pg_standby/pg_standby.c modified +1 −1
contrib/vacuumlo/vacuumlo.c modified +1 −1
src/backend/main/main.c modified +1 −1
src/backend/postmaster/postmaster.c modified +1 −1
src/bin/initdb/initdb.c modified +1 −1
src/bin/pg_archivecleanup/pg_archivecleanup.c modified +1 −1
src/bin/pg_basebackup/pg_basebackup.c modified +1 −1
src/bin/pg_basebackup/pg_receivewal.c modified +1 −1
src/bin/pg_basebackup/pg_recvlogical.c modified +1 −1
src/bin/pgbench/pgbench.c modified +2 −2
src/bin/pg_checksums/pg_checksums.c modified +1 −1
src/bin/pg_config/pg_config.c modified +1 −1
src/bin/pg_controldata/pg_controldata.c modified +1 −1
src/bin/pg_ctl/pg_ctl.c modified +1 −1
src/bin/pg_dump/pg_dumpall.c modified +1 −1
src/bin/pg_dump/pg_dump.c modified +1 −1
src/bin/pg_dump/pg_restore.c modified +1 −1
src/bin/pg_resetwal/pg_resetwal.c modified +1 −1
src/bin/pg_rewind/pg_rewind.c modified +1 −1
src/bin/pg_upgrade/option.c modified +1 −1
src/bin/pg_waldump/pg_waldump.c modified +1 −1
src/bin/psql/help.c modified +1 −1
src/bin/scripts/clusterdb.c modified +1 −1
src/bin/scripts/createdb.c modified +1 −1
src/bin/scripts/createuser.c modified +1 −1
src/bin/scripts/dropdb.c modified +1 −1
src/bin/scripts/dropuser.c modified +1 −1
src/bin/scripts/pg_isready.c modified +1 −1
src/bin/scripts/reindexdb.c modified +1 −1
src/bin/scripts/vacuumdb.c modified +1 −1
src/interfaces/ecpg/preproc/ecpg.c modified +1 −1
src/interfaces/ecpg/preproc/pgc.l modified +1 −1
src/interfaces/ecpg/preproc/type.c modified +2 −2
src/test/regress/pg_regress.c modified +1 −1

Discussion