Re: [HACKERS] Open 6.3.1 issues
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Bruce Momjian <maillist@candle.pha.pa.us>, PostgreSQL-development <hackers@postgresql.org>
Date: 1998-04-02T05:14:16Z
Lists: pgsql-hackers
> Perhaps if we identify that we will find that
> other things (like the "negative sign" problem, which afaik has been
> this way forever) will fix themselves, at least for now.
I did make a small change to scan.l to fix problems with negative
numeric arguments to the CREATE SEQUENCE command. Does someone want to
try the scan.l and/or scan.c from v6.3 and see if it fixes anything?
_Might_ have an effect on the conversion from int4 to an int2 column as
reported recently.
- Tom