Re: Regression testing for psql - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Regression testing for psql
Date
Msg-id 20100527003634.GG21875@tamriel.snowman.net
Whole thread Raw
In response to Re: Regression testing for psql  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> There might be some value in psql backslash command tests that
> are designed to depend on just one or a few tables (or other appropriate
> objects).  Dumping large fractions of the catalogs will just be a net
> loss.

Fair enough, I can certainly do that pretty easily.  Stripping out the
unqualified \d*S commands should result in a much, much, much smaller
output, with corresponding less changes due to catalog changes.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Regression testing for psql
Next
From: Heikki Linnakangas
Date:
Subject: Re: out-of-date comment in CreateRestartPoint()