]> granicus.if.org Git - postgresql/commit
Remove unreferenced pg_opfamily entry.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Nov 2018 17:02:27 +0000 (12:02 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Nov 2018 17:02:27 +0000 (12:02 -0500)
commit55f3d1029676ad53621716fd15faed5848c9f4cd
treee14a3b2dbed3a82951f3223a799c39d291ad8764
parent1eaeb02a30b307bad4d6a9cc2d596273a5a38a7a
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
src/include/catalog/catversion.h
src/include/catalog/pg_opfamily.dat
src/test/regress/expected/opr_sanity.out
src/test/regress/sql/opr_sanity.sql