Re: regress issues: UW7.1.1/PG7.1dev/GCC - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: regress issues: UW7.1.1/PG7.1dev/GCC
Date
Msg-id Pine.LNX.4.21.0010241803010.1165-100000@peter.localdomain
Whole thread Raw
In response to regress issues: UW7.1.1/PG7.1dev/GCC  (Larry Rosenman <ler@lerctr.org>)
List 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@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: "Vadim Mikheev"
Date:
Subject: Re: relation ### modified while in use
Next
From: "Mikheev, Vadim"
Date:
Subject: RE: [COMMITTERS] pgsql/src/backend/access/transam (xact.c xlog.c xlogutils.c)