Add zpbit and varbit data types from Adrian Joubert
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 8 Apr 2000 02:13:11 +0000 (02:13 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sat, 8 Apr 2000 02:13:11 +0000 (02:13 +0000)
commit0337938fbfee45a2406b12e34cc594e72af58c3c
tree742177886e2c4a8c12b91b526405d21cb4eec4fa
parent6a2d926933d6d67147f4b624b1401eebdd1c33ce
Add zpbit and varbit data types from Adrian Joubert
 <a.joubert@albourne.com>.
src/backend/utils/adt/Makefile
src/backend/utils/adt/varbit.c [new file with mode: 0644]
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_type.h
src/include/utils/builtins.h
src/include/utils/varbit.h [new file with mode: 0644]