Allow bit string constants without fully-specified length declaration.
Thomas G. Lockhart <lockhart@fourpalms.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/varbit.c | modified | +98 −35 |
| src/include/catalog/pg_proc.h | modified | +8 −3 |
| src/include/utils/varbit.h | modified | +3 −1 |
| src/test/regress/expected/bit.out | modified | +6 −6 |