"Erik Rijkers" writes:
> yes, I agree that's better; attached is that change.
Looks good, applied to HEAD and 9.0. (I also snuck in a couple of
cosmetic cleanups while I was looking at the file.)
regards, tom lane
--
Sent via pgsql-hackers mailing list (pgsql-hackers@p
On Sun, August 22, 2010 17:54, Tom Lane wrote:
> "Erik Rijkers" writes:
>> If only for consistency, this patch adds the path info to that message.
>
> Seems reasonable, but speaking of consistency:
>
>> +#ifdef WIN32
>> +snprintf(WALFilePath, MAXPGPATH, "%s\\%s",
>> ar
"Erik Rijkers" writes:
> If only for consistency, this patch adds the path info to that message.
Seems reasonable, but speaking of consistency:
> +#ifdef WIN32
> + snprintf(WALFilePath, MAXPGPATH, "%s\\%s",
> archiveLocation, exclusiveCleanupFileName);
> +#else
> +
pg_archivecleanup -d (=verbose/DEBUG mode) mainly emits 2 types of messages:
pg_archivecleanup: keep WAL file "00010002" and later
and:
pg_archivecleanup: removing file
"/var/data2/pg_stuff/dump/hotprime/replication_archive/0001001B"
I found it a bit annoying t