From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | alvherre <alvherre(at)commandprompt(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Regression testing for psql |
Date: | 2010-05-27 01:25:52 |
Message-ID: | 20100527012552.GH21875@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
* Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)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).
Updated, much much smaller, patch attached. Also available, again, at
http://snowman.net/~sfrost/psql-regress-help.patch
Basically, I removed anything that would produce data directly from
the catalogs by trying to find a 'none' object which matched. This
still goes through alot of the same setup and query, it's just that
there aren't any results.
Thanks,
Stephen
Attachment | Content-Type | Size |
---|---|---|
psql-regress-help.patch.gz | application/octet-stream | 6.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-05-27 01:28:05 | Re: functional call named notation clashes with SQL feature |
Previous Message | Josh Berkus | 2010-05-27 01:17:54 | Re: exporting raw parser |