pgsql: Remove unreferenced pg_opfamily entry.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unreferenced pg_opfamily entry.
Date: 2018-11-05 17:02:34
Message-ID: E1gJiGo-00024J-4M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55f3d1029676ad53621716fd15faed5848c9f4cd

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_opfamily.dat | 2 --
src/test/regress/expected/opr_sanity.out | 10 ++++++++++
src/test/regress/sql/opr_sanity.sql | 8 ++++++++
4 files changed, 19 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-11-05 20:09:41 pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.
Previous Message Tom Lane 2018-11-05 15:48:34 pgsql: Last-minute updates for release notes.