Re: Latest parser changes

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Latest parser changes
Date: 2000-07-15 02:04:08
Message-ID: 396FC698.423F1F80@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Add PATH as a type-specific token, since PATH is in SQL99
> > to support schema resource search and resolution.
> You do realize this broke the geometry regress test?

Um, er, I guess not. But I *did* make one round of fixes to get the
regression tests to pass (by allowing PATH as a type name in gram.y),
and my recollection is that the PATH naming problem had actually
affected several regression tests. That is no longer the case on my
machine (i.e. only one test fails).

So I'm guessing again (my development laptop is powered off right now)
that the regression test is only partially damaged, perhaps with a
column name problem?? I'll try to look at it this weekend.

- Thomas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-07-15 02:09:20 Re: Re: Latest parser changes
Previous Message Thomas Lockhart 2000-07-15 01:46:07 Re: PgAccess diagrams (was: Re: Just committed some changes...)