Another missing regression test - Mailing list pgsql-hackers

From Tom Lane
Subject Another missing regression test
Date
Msg-id 13341.894483184@sss.pgh.pa.us
Whole thread Raw
Responses Re: [HACKERS] Another missing regression test
List pgsql-hackers
I discovered the hard way that there is no regression test for
copy in/out (COPY table TO stdout, etc).  This is not good.
pg_dump depends on copy in/out, and pg_dump is rather a critical
facility, wouldn't you say?

I'd suggest, in fact, that there ought to be a regression test
specifically exercising pg_dump and the resulting reload script.

            regards, tom lane

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] OK to send e-mail?
Next
From: Tom Lane
Date:
Subject: An item for the TODO list: pg_dump and multiple table owners