- Cleaned up parser a little bit. It does not make sense to allow a

Michael Meskes <meskes@postgresql.org>

Commit: f464ad0bfd3e78580c19912f83cff1556b52a91e
Author: Michael Meskes <meskes@postgresql.org>
Date: 2004-02-16T07:41:54Z
Releases: 8.0.0
- Cleaned up parser a little bit. It does not make sense to allow a
  typename to be typedef'ed that cannot be parsed as variable type.
- Allowed some SQL keywords to be used as C variable names.

Files

PathChange+/−
src/interfaces/ecpg/ChangeLog modified +6 −0
src/interfaces/ecpg/preproc/preproc.y modified +35 −138