[PATCH] Report exit code from external recovery commands properly - Mailing list pgsql-hackers

From Peter Eisentraut
Subject [PATCH] Report exit code from external recovery commands properly
Date
Msg-id 1384342968.15453.2.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: [PATCH] Report exit code from external recovery commands properly
List pgsql-hackers
When an external recovery command such as restore_command or
archive_cleanup_command fails, it just reports "return code 34567" or
something, but we have facilities to do decode this properly, so use
them.


Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: patch to fix unused variable warning on windows build
Next
From: Simon Riggs
Date:
Subject: Re: ALTER TABLE lock strength reduction patch is unsafe