]> granicus.if.org Git - postgresql/commit
Add comparison operators and btree indexing support for type bytea.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Aug 2001 18:45:36 +0000 (18:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 13 Aug 2001 18:45:36 +0000 (18:45 +0000)
commit95f8901a96373531070e0eeecfc4953222c0c7e9
treee2f39ea1ba37de0b9fca240178745c051bd4d41a
parent4d7af987593bfc7f22857d2c5023b91217530e43
Add comparison operators and btree indexing support for type bytea.
From Joe Conway.
src/backend/utils/adt/selfuncs.c
src/backend/utils/adt/varlena.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/utils/builtins.h