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/