Add comparison operators and btree indexing support for type bytea.
Tom Lane <tgl@sss.pgh.pa.us>
Add comparison operators and btree indexing support for type bytea. From Joe Conway.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/selfuncs.c | modified | +116 −1 |
| src/backend/utils/adt/varlena.c | modified | +160 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_amop.h | modified | +11 −1 |
| src/include/catalog/pg_amproc.h | modified | +2 −1 |
| src/include/catalog/pg_opclass.h | modified | +3 −1 |
| src/include/catalog/pg_operator.h | modified | +9 −1 |
| src/include/catalog/pg_proc.h | modified | +17 −1 |
| src/include/utils/builtins.h | modified | +8 −1 |