On Wed, Mar 28, 2012 at 9:40 PM, Robert Haas <[email protected]> wrote: > I think it would make sense to rearrange that so that we don't have > two tests for ztarfile != NULL; do that test first, and then if it > fails, do the strcmp after that.
Makes sense. > Also, if we're going to test the return value of fclose(), shouldn't > we also be checking the return value of gzclose()? Yes, we should. Attached patch does the above two changes. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
missing_exit_on_error_in_pgbasebackup_v2.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
