Another missing regression test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Another missing regression test
Date: 1998-05-06 19:33:04
Message-ID: 13341.894483184@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-05-06 19:51:50 An item for the TODO list: pg_dump and multiple table owners
Previous Message The Hermit Hacker 1998-05-06 18:01:37 Re: [HACKERS] OK to send e-mail?