From: Peter Eisentraut Date: Mon, 19 Nov 2018 07:57:03 +0000 (+0100) Subject: pg_archivecleanup: Update file header comment a bit X-Git-Tag: REL_12_BETA1~1201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc47e99a157a56a92dea679a74d546e28b253bb7;p=postgresql pg_archivecleanup: Update file header comment a bit --- diff --git a/src/bin/pg_archivecleanup/pg_archivecleanup.c b/src/bin/pg_archivecleanup/pg_archivecleanup.c index d017f5793b..51904c6c2a 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"