pgsql-server/src/backend/parser scan.l - Mailing list pgsql-committers

From thomas@postgresql.org (Thomas Lockhart)
Subject pgsql-server/src/backend/parser scan.l
Date
Msg-id 20020804063618.18FA147580D@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    thomas@postgresql.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.


pgsql-committers by date:

Previous
From: thomas@postgresql.org (Thomas Lockhart)
Date:
Subject: pgsql-server/src backend/utils/adt/varbit.c in ...
Next
From: thomas@postgresql.org (Thomas Lockhart)
Date:
Subject: pgsql-server/src include/utils/timestamp.h bac ...