Commit fc47e99a authored by Peter Eisentraut's avatar Peter Eisentraut

pg_archivecleanup: Update file header comment a bit

parent 9ccdd7f6
/*
* 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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment