Remove unreferenced pg_opfamily entry.
Tom Lane <tgl@sss.pgh.pa.us>
Remove unreferenced pg_opfamily entry. The entry with OID 4035, for GIST jsonb_ops, is unused; apparently it was added in preparation for index support that never materialized. Remove it, and add a regression test case to detect future mistakes of the same kind. Discussion: https://postgr.es/m/17188.1541379745@sss.pgh.pa.us
Files
| Path | Change | +/− |
|---|---|---|
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_opfamily.dat | modified | +0 −2 |
| src/test/regress/expected/opr_sanity.out | modified | +10 −0 |
| src/test/regress/sql/opr_sanity.sql | modified | +8 −0 |
Discussion
- Unused entry in pg_opfamily 2 messages · 2018-11-05