pg_archivecleanup debug message consistency - Mailing list pgsql-hackers

From Erik Rijkers
Subject pg_archivecleanup debug message consistency
Date
Msg-id 8c50cc134610a4eb3100a46f60e82ad2.squirrel@webmail.xs4all.nl
Whole thread Raw
Responses Re: pg_archivecleanup debug message consistency
List pgsql-hackers
pg_archivecleanup -d (=verbose/DEBUG mode) mainly emits 2 types of messages:


pg_archivecleanup: keep WAL file "000000010000000000000002" and later

and:

pg_archivecleanup: removing file
"/var/data2/pg_stuff/dump/hotprime/replication_archive/00000001000000000000001B"


I found it a bit annoying to not see the full path in the 'keep WAL file'-message (esp. when it is
repeated many screenfulls).

If only for consistency, this patch adds the path info to that message.


Erik Rijkers
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: small makeVar refactoring
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Version Numbering