Replace @postgresql.org with @lists.postgresql.org for mailinglists

Magnus Hagander <magnus@hagander.net>

Commit: 0301db623de076f9fb17189daaeb9202a05865bf
Author: Magnus Hagander <magnus@hagander.net>
Date: 2019-01-19T18:06:35Z
Releases: 12.0
Replace @postgresql.org with @lists.postgresql.org for mailinglists

Commit c0d0e54084 replaced the ones in the documentation, but missed out
on the ones in the code. Replace those as well, but unlike c0d0e54084,
don't backpatch the code changes to avoid breaking translations.

Files

PathChange+/−
configure modified +12 −12
configure.in modified +2 −2
contrib/oid2name/oid2name.c modified +1 −1
contrib/pg_standby/pg_standby.c modified +2 −2
contrib/vacuumlo/vacuumlo.c modified +1 −1
doc/bug.template modified +2 −2
src/backend/catalog/genbki.pl modified +1 −1
src/backend/main/main.c modified +1 −1
src/backend/postmaster/postmaster.c modified +1 −1
src/backend/utils/Gen_fmgrtab.pl modified +1 −1
src/bin/initdb/initdb.c modified +1 −1
src/bin/pg_archivecleanup/pg_archivecleanup.c modified +2 −2
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 +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_verify_checksums/pg_verify_checksums.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/include/pg_config.h.win32 modified +1 −1
src/include/storage/s_lock.h 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/nls-global.mk modified +1 −1
src/test/regress/pg_regress.c modified +1 −1
src/timezone/tznames/README modified +1 −1
src/tools/fix-old-flex-code.pl modified +1 −1