pgsql: Remove code handling removed deprecated containment operators

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove code handling removed deprecated containment operators
Date: 2020-11-16 10:52:10
Message-ID: E1kec7G-0002g6-3X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove code handling removed deprecated containment operators

This removes the code that was there for handling the operators
removed by 2f70fdb0644c32c4154236c2b5c241bec92eac5e.

Discussion: https://www.postgresql.org/message-id/flat/20201027032511(dot)GF9241(at)telsasoft(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/591d282e8d3e0448ec1339c6b066e10953f040a2

Modified Files
--------------
src/backend/access/gist/gistproc.c | 4 ----
1 file changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-11-16 10:57:21 pgsql: Normalize comment in empty grammar rules
Previous Message Fujii Masao 2020-11-16 09:28:27 pgsql: Make the standby server promptly handle interrupt signals.