We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccdd7f commit fc47e99Copy full SHA for fc47e99
src/bin/pg_archivecleanup/pg_archivecleanup.c
@@ -1,14 +1,10 @@
1
/*
2
- * src/bin/pg_archivecleanup/pg_archivecleanup.c
3
- *
4
* pg_archivecleanup.c
5
*
6
- * Production-ready example of an archive_cleanup_command
7
- * used to clean an archive when using standby_mode = on in 9.0
8
- * 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.
9
10
- * Original author: Simon Riggs simon@2ndquadrant.com
11
- * Current maintainer: Simon Riggs
+ * src/bin/pg_archivecleanup/pg_archivecleanup.c
12
*/
13
#include "postgres_fe.h"
14
0 commit comments