]> granicus.if.org Git - postgresql/commit
Attached are the C-routines that implement a BIT and BIT VARYING type.
authorBruce Momjian <bruce@momjian.us>
Mon, 29 Nov 1999 22:34:36 +0000 (22:34 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 29 Nov 1999 22:34:36 +0000 (22:34 +0000)
commit1f747c67222842b93ad833675aca20001a6dd9f8
treea2fb1c141befbb54e3f1b417cbcb9b8e365d76d8
parent47e51683e66fc79132285f38bcf8f2d2fc49d2e5
Attached are the C-routines that implement a BIT and BIT VARYING type.

Adriaan Joubert
contrib/bit/Makefile [new file with mode: 0644]
contrib/bit/README [new file with mode: 0644]
contrib/bit/postgres.h [new file with mode: 0644]
contrib/bit/varbit.c [new file with mode: 0644]
contrib/bit/varbit.h [new file with mode: 0644]
contrib/bit/vartest.c [new file with mode: 0644]