Re: regress issues: UW7.1.1/PG7.1dev/GCC

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: regress issues: UW7.1.1/PG7.1dev/GCC
Date: 2000-10-24 16:06:48
Message-ID: Pine.LNX.4.21.0010241803010.1165-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Larry Rosenman writes:

> comments .. failed

> geometry .. failed

> *** expected/comments.out Fri Jul 14 10:43:55 2000
> --- results/comments.out Sun Oct 22 19:38:45 2000
> ***************
> *** 42,47 ****
> --- 42,48 ----
> */
> /* This block comment surrounds a query which itself has a block comment...
> SELECT /* embedded single line */ 'embedded' AS x2;
> + ERROR: Unterminated /* comment
> */
> SELECT -- continued after the following block comments...
> /* Deeply nested comment.

I'll bet lunch that the test driver is using an old psql that didn't know
about nested comments. Similar for the plpgsql failure. You should use
gmake installcheck to run the tests with the improved driver.

The geometry failure is to be expected, all the others have passed for me
on your box.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-10-24 16:09:14 Re: Re: Add support for <xti.h>
Previous Message Tom Lane 2000-10-24 15:32:00 Re: how to access backend pid from libpq ?