First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Aug 2000 04:48:57 +0000 (04:48 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 21 Aug 2000 04:48:57 +0000 (04:48 +0000)
commitb503cbe3194fd21686335bb05eb48d79f3c6384b
tree2f6dbf0fde397c206fcad541fee7397bdc59288d
parentd594eecde227614b7e5d4e37d99ab20cb6911667
First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.
Update functions to new-style fmgr, make BIT and VARBIT be binary-
equivalent, add entries to allow these types to be btree indexed,
correct a few bugs.  BIT/VARBIT are now toastable, too.
NOTE: initdb forced due to catalog updates.
src/backend/utils/adt/varbit.c
src/include/catalog/catversion.h
src/include/catalog/pg_amop.h
src/include/catalog/pg_amproc.h
src/include/catalog/pg_opclass.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_type.h
src/include/parser/parse_coerce.h
src/include/utils/varbit.h
src/test/regress/expected/opr_sanity.out