Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes:
> iirc the error I got was something along the line of:
> ERROR: catalog is missing 1 attribute(s) for relid 17231
It's possible that that's the same problem but in a form triggered by
ALTER ADD COLUMN.
I was able to reproduce the problem I saw, a
Tom Lane wrote:
Bruce Momjian <[EMAIL PROTECTED]> writes:
I am still seeing random regression test failures on my SMP BSD/OS
machine. It basically happens when doing 'gmake check'.
I have tried running repeated tests and can't get it to reproduce, but
when checking patches it has happened perhaps
Bruce Momjian <[EMAIL PROTECTED]> writes:
> I am still seeing random regression test failures on my SMP BSD/OS
> machine. It basically happens when doing 'gmake check'.
> I have tried running repeated tests and can't get it to reproduce, but
> when checking patches it has happened perhaps once a
I am still seeing random regression test failures on my SMP BSD/OS
machine. It basically happens when doing 'gmake check'.
I have tried running repeated tests and can't get it to reproduce, but
when checking patches it has happened perhaps once a week for the past
six weeks. It happens once and
Looks like the expected files weren't updated.
Probably my fault, but the tests themselves are fine.
On Tue, 2002-08-20 at 01:37, Neil Conway wrote:
> The 'type_sanity' and 'domain' regression tests seem to fail with CVS
> HEAD. Here's the diff:
>
> *** ./expected/type_sanity.outSun Aug
The 'type_sanity' and 'domain' regression tests seem to fail with CVS
HEAD. Here's the diff:
*** ./expected/type_sanity.out Sun Aug 4 15:48:11 2002
--- ./results/type_sanity.out Tue Aug 20 01:32:35 2002
***
*** 16,22
SELECT p1.oid, p1.typname
FROM pg_type as p1
WHERE (p