OSDN Git Service

Allow bit string constants without fully-specified length declaration.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 4 Aug 2002 06:33:59 +0000 (06:33 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 4 Aug 2002 06:33:59 +0000 (06:33 +0000)
commitce5dc562e6e650292ed148a1417d449c2d88d698
treefcec64e4542c589c7d7bd70bd86fdd509395574c
parentaf704cdfb4e5327395aa6419c28ad79f906c68f0
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.
src/backend/utils/adt/varbit.c
src/include/catalog/pg_proc.h
src/include/utils/varbit.h
src/test/regress/expected/bit.out