aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_archivecleanup/pg_archivecleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_archivecleanup/pg_archivecleanup.c')
-rw-r--r--src/bin/pg_archivecleanup/pg_archivecleanup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_archivecleanup/pg_archivecleanup.c b/src/bin/pg_archivecleanup/pg_archivecleanup.c
index c62478dbd6f..4c3a2de0453 100644
--- a/src/bin/pg_archivecleanup/pg_archivecleanup.c
+++ b/src/bin/pg_archivecleanup/pg_archivecleanup.c
@@ -43,7 +43,7 @@ char exclusiveCleanupFileName[MAXFNAMELEN]; /* the oldest file we want
* accessible directory. If you want to make other assumptions,
* such as using a vendor-specific archive and access API, these
* routines are the ones you'll need to change. You're
- * encouraged to submit any changes to pgsql-hackers@postgresql.org
+ * encouraged to submit any changes to pgsql-hackers@lists.postgresql.org
* or personally to the current maintainer. Those changes may be
* folded in to later versions of this program.
*/
@@ -273,7 +273,7 @@ usage(void)
"Or for use as a standalone archive cleaner:\n"
"e.g.\n"
" pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"));
- printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
+ printf(_("\nReport bugs to <pgsql-bugs@lists.postgresql.org>.\n"));
}
/*------------ MAIN ----------------------------------------*/