Re: Regression testing for psql
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: pgsql-hackers@postgresql.org
Date: 2010-05-25T02:51:00Z
Lists: pgsql-hackers
* Stephen Frost (sfrost@snowman.net) wrote: > Add regression testing for psql backslash commands > > This patch adds rather extensive regression testing > of the psql backslash commands. Hopefully this will > minimize issues such as the one which cropped up > recently with \h segfaulting. Note that we don't > currently explicit check all the \h options and that > pretty much any catalog changes will mean that this > needs to also be updated. Still, it's a start, we can > reduce the set of tests if that makes sense or they > become a problem. And.. it's way too big to send to the list. The patch is available here: http://snowman.net/~sfrost/psql-regress-help.patch Of course, if people want to suggest tests that just shouldn't be included, I can go through and strip things out. Thanks, Stephen