]> granicus.if.org Git - postgresql/commitdiff
pg_archivecleanup: Update file header comment a bit
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 19 Nov 2018 07:57:03 +0000 (08:57 +0100)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 19 Nov 2018 07:57:03 +0000 (08:57 +0100)
src/bin/pg_archivecleanup/pg_archivecleanup.c

index d017f5793ba32ae1702d35401e51f562d17e1939..51904c6c2afa0b42a9967f5f958aaf4cc868c525 100644 (file)
@@ -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"