mirror of
https://github.com/postgres/postgres.git
synced 2025-05-08 07:21:33 +03:00
pg_archivecleanup: Update file header comment a bit
This commit is contained in:
parent
9ccdd7f66e
commit
fc47e99a15
@ -1,14 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* src/bin/pg_archivecleanup/pg_archivecleanup.c
|
|
||||||
*
|
|
||||||
* pg_archivecleanup.c
|
* pg_archivecleanup.c
|
||||||
*
|
*
|
||||||
* Production-ready example of an archive_cleanup_command
|
* To be used as archive_cleanup_command to clean an archive when using
|
||||||
* used to clean an archive when using standby_mode = on in 9.0
|
* standby mode.
|
||||||
* or for standalone use for any version of PostgreSQL 8.0+.
|
|
||||||
*
|
*
|
||||||
* Original author: Simon Riggs simon@2ndquadrant.com
|
* src/bin/pg_archivecleanup/pg_archivecleanup.c
|
||||||
* Current maintainer: Simon Riggs
|
|
||||||
*/
|
*/
|
||||||
#include "postgres_fe.h"
|
#include "postgres_fe.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user