CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: thomas(at)postgresql(dot)org 02/08/04 02:36:18
Modified files:
src/backend/parser: scan.l
Log message:
Implement hex literal conversion to bit string literal.
May not be the long-term solution (some continuing discussion with
Peter E.) but better than the current mapping of a conversion to integer
which I'd put in years ago before we had any bit string types at all.
This is already supported in the bit string implementation elsewhere.