Обсуждение: pgsql-server/src backend/utils/adt/varbit.c in ...

Поиск
Список
Период
Сортировка

pgsql-server/src backend/utils/adt/varbit.c in ...

От
thomas@postgresql.org (Thomas Lockhart)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    thomas@postgresql.org    02/08/04 02:33:59

Modified files:
    src/backend/utils/adt: varbit.c
    src/include/catalog: pg_proc.h
    src/include/utils: varbit.h
    src/test/regress/expected: bit.out

Log message:
    Allow bit string constants without fully-specified length declaration.
    Implement conversion between 8-byte integers and bit strings.
    Similar to what is done for 4-byte integers.