Attached are the C-routines that implement a BIT and BIT VARYING type.
Bruce Momjian <bruce@momjian.us>
Attached are the C-routines that implement a BIT and BIT VARYING type. Adriaan Joubert
Files
| Path | Change | +/− |
|---|---|---|
| contrib/bit/Makefile | added | +10 −0 |
| contrib/bit/postgres.h | added | +74 −0 |
| contrib/bit/README | added | +77 −0 |
| contrib/bit/varbit.c | added | +832 −0 |
| contrib/bit/varbit.h | added | +48 −0 |
| contrib/bit/vartest.c | added | +172 −0 |