OK, compatibility mapping removed.
> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > That was me. The old code did old -> current, so I changed it to do
> > current -> old. How else can I fix this? Attached is the old patch.
>
> But CURRENT was strictly an internal token name, not a string the
Bruce Momjian writes:
> > peter=# select 1 as current;
> > old
> > -
> >1
> >
> > This is now the inverse of what it used to do, but it's still not what it
> > *should* do. I see someone already tried to fix that (keywords.c 1.76 ->
> > 1.77, TODO list), but he should try again.
>
> Tha
Bruce Momjian <[EMAIL PROTECTED]> writes:
> That was me. The old code did old -> current, so I changed it to do
> current -> old. How else can I fix this? Attached is the old patch.
But CURRENT was strictly an internal token name, not a string the user
could actually see. So there's no need t
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> peter=# select 1 as current;
> old
> -
>1
> This is now the inverse of what it used to do, but it's still not what it
> *should* do. I see someone already tried to fix that (keywords.c 1.76 ->
> 1.77, TODO list), but he should try again.
W
> peter=# select 1 as current;
> old
> -
>1
>
> This is now the inverse of what it used to do, but it's still not what it
> *should* do. I see someone already tried to fix that (keywords.c 1.76 ->
> 1.77, TODO list), but he should try again.
That was me. The old code did old -> curren