pgsql: Clean up pg_archivecleanup's error and logging output: put - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Clean up pg_archivecleanup's error and logging output: put
Date
Msg-id 20100617173127.5BAEA7541D4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Clean up pg_archivecleanup's error and logging output: put newlines in
sane places, make messages follow project's message style guidelines.

Also, avoid closedir(NULL).

Fujii Masao and Tom Lane

Modified Files:
--------------
    pgsql/contrib/pg_archivecleanup:
        pg_archivecleanup.c (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_archivecleanup/pg_archivecleanup.c?r1=1.1&r2=1.2)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add missing close brackets in old-style COPY syntax diagram.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make RemoveOldXlogFiles's debug printout match style used