Add support to GIN for =(anyarray,anyarray) operation
Teodor Sigaev <teodor@sigaev.ru>
Add support to GIN for =(anyarray,anyarray) operation
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gin/ginarrayproc.c | modified | +3 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_amop.h | modified | +31 −1 |
| src/test/regress/expected/create_index.out | modified | +12 −0 |
| src/test/regress/expected/opr_sanity.out | modified | +2 −1 |
| src/test/regress/sql/create_index.sql | modified | +2 −0 |