Re: [PATCH] remove deprecated v8.2 containment operators

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>, Stephen Frost <sfrost(at)snowman(dot)net>, Magnus Hagander <magnus(at)hagander(dot)net>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Ian Lawrence Barwick <barwick(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] remove deprecated v8.2 containment operators
Date: 2021-03-05 03:13:17
Message-ID: 20210305031317.GS29832@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 04, 2021 at 08:58:39PM -0500, Tom Lane wrote:
> Justin Pryzby <pryzby(at)telsasoft(dot)com> writes:
> > [ 0001-remove-deprecated-v8.2-containment-operators.patch ]
>
> I'm confused by why this patch is only dropping the operators'
> opclass-membership links. Don't we want to actually DROP OPERATOR
> too?

Okay

Also , I think it's unrelated to this patch, but shouldn't these be removed ?
See: b0b7be613, c15898c1d

+++ b/doc/src/sgml/brin.sgml

- <entry>Operator Strategy 7, 13, 16, 24, 25</entry>
+ <entry>Operator Strategy 7, 16, 24, 25</entry>

- <entry>Operator Strategy 8, 14, 26, 27</entry>
+ <entry>Operator Strategy 8, 26, 27</entry>

> Also, the patch seems to be trying to resurrect hstore--1.0--1.1.sql,

Not sure why or how I had that.

--
Justin

Attachment Content-Type Size
0001-remove-deprecated-v8.2-containment-operators.patch text/x-diff 9.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-03-05 03:32:21 Re: 011_crash_recovery.pl intermittently fails
Previous Message Amit Kapila 2021-03-05 03:11:40 Re: Track replica origin progress for Rollback Prepared