| From: | "David E(dot) Wheeler" <david(at)justatheory(dot)com> |
|---|---|
| To: | Andrew Dunstan <andrew(dot)dunstan(at)pgexperts(dot)com> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: regress bug |
| Date: | 2012-03-08 19:59:33 |
| Message-ID: | FF391BA3-DB30-46A4-A94E-4A78A0CB9C43@justatheory.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mar 8, 2012, at 10:22 AM, Andrew Dunstan wrote:
> This seems like an outright bug. I don't recall any discussion on it. Maybe nobody's come across it before. ISTM the correct behaviour would be to put converted sql files in $inputdir/sql and converted results files in $outputdir/expected.
In my extension distributions, I have
tests/sql
tests/expected
And for that, --inputdir=test works just fine. I don't mess with --outputdir, which just seems to affect where the actual output is written to, which is just a directory named regression.out at the top of the project.
Best,
David
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2012-03-08 20:20:59 | Re: regress bug |
| Previous Message | David E. Wheeler | 2012-03-08 19:32:30 | Re: Custom Operators Cannot be Found for Composite Type Values |