Thread: pgsql: Replace @postgresql.org with @lists.postgresql.org formailingli

pgsql: Replace @postgresql.org with @lists.postgresql.org formailingli

From
Magnus Hagander
Date:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0301db623de076f9fb17189daaeb9202a05865bf

Modified Files
--------------
configure                                         | 24 +++++++++++------------
configure.in                                      |  4 ++--
contrib/oid2name/oid2name.c                       |  2 +-
contrib/pg_standby/pg_standby.c                   |  4 ++--
contrib/vacuumlo/vacuumlo.c                       |  2 +-
doc/bug.template                                  |  4 ++--
src/backend/catalog/genbki.pl                     |  2 +-
src/backend/main/main.c                           |  2 +-
src/backend/postmaster/postmaster.c               |  2 +-
src/backend/utils/Gen_fmgrtab.pl                  |  2 +-
src/bin/initdb/initdb.c                           |  2 +-
src/bin/pg_archivecleanup/pg_archivecleanup.c     |  4 ++--
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_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_verify_checksums/pg_verify_checksums.c |  2 +-
src/bin/pgbench/pgbench.c                         |  2 +-
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/include/pg_config.h.win32                     |  2 +-
src/include/storage/s_lock.h                      |  2 +-
src/interfaces/ecpg/preproc/ecpg.c                |  2 +-
src/interfaces/ecpg/preproc/pgc.l                 |  2 +-
src/interfaces/ecpg/preproc/type.c                |  4 ++--
src/nls-global.mk                                 |  2 +-
src/test/regress/pg_regress.c                     |  2 +-
src/timezone/tznames/README                       |  2 +-
src/tools/fix-old-flex-code.pl                    |  2 +-
44 files changed, 60 insertions(+), 60 deletions(-)