pgsql: Replace @postgresql.org with @lists.postgresql.org for mailingli

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace @postgresql.org with @lists.postgresql.org for mailingli
Date: 2019-01-19 18:13:36
Message-ID: E1gkv7g-0000B4-UP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2019-01-19 18:19:46 Re: pgsql: Remove references to Majordomo
Previous Message Magnus Hagander 2019-01-19 18:13:35 Re: pgsql: Remove references to Majordomo