aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-11-19 08:57:03 +0100
committerPeter Eisentraut <peter_e@gmx.net>2018-11-19 08:57:03 +0100
commitfc47e99a157a56a92dea679a74d546e28b253bb7 (patch)
tree8258eff79fdb184498410904f480869ddb60f301
parent9ccdd7f66e3324d2b6d3dec282cfa9ff084083f1 (diff)
downloadpostgresql-fc47e99a157a56a92dea679a74d546e28b253bb7.tar.gz
postgresql-fc47e99a157a56a92dea679a74d546e28b253bb7.zip
pg_archivecleanup: Update file header comment a bit
-rw-r--r--src/bin/pg_archivecleanup/pg_archivecleanup.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/bin/pg_archivecleanup/pg_archivecleanup.c b/src/bin/pg_archivecleanup/pg_archivecleanup.c
index d017f5793ba..51904c6c2af 100644
--- a/src/bin/pg_archivecleanup/pg_archivecleanup.c
+++ b/src/bin/pg_archivecleanup/pg_archivecleanup.c
@@ -1,14 +1,10 @@
/*
- * src/bin/pg_archivecleanup/pg_archivecleanup.c
- *
* pg_archivecleanup.c
*
- * Production-ready example of an archive_cleanup_command
- * used to clean an archive when using standby_mode = on in 9.0
- * or for standalone use for any version of PostgreSQL 8.0+.
+ * To be used as archive_cleanup_command to clean an archive when using
+ * standby mode.
*
- * Original author: Simon Riggs simon@2ndquadrant.com
- * Current maintainer: Simon Riggs
+ * src/bin/pg_archivecleanup/pg_archivecleanup.c
*/
#include "postgres_fe.h"