Re: [HACKERS] Another missing regression test

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Another missing regression test
Дата
Msg-id 199805062144.RAA01499@candle.pha.pa.us
обсуждение исходный текст
Ответ на Another missing regression test  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

What I have tried in the past is to dump the completed regression
database and reload it and dump it again, and compare the output.  Seems
to find problems, but did not do that for 6.3.*.


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] An item for the TODO list: pg_dump and multiple table owners
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [QUESTIONS] cannot remote connect to DB