Re: [PATCH] remove deprecated v8.2 containment operators
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Anastasia Lubennikova <a.lubennikova@postgrespro.ru>, Stephen Frost <sfrost@snowman.net>, Magnus Hagander <magnus@hagander.net>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Heikki Linnakangas <hlinnaka@iki.fi>, Ian Lawrence Barwick <barwick@gmail.com>, pgsql-hackers@postgresql.org
Date: 2021-03-05T03:13:17Z
Lists: pgsql-hackers
Attachments
- 0001-remove-deprecated-v8.2-containment-operators.patch (text/x-diff)
On Thu, Mar 04, 2021 at 08:58:39PM -0500, Tom Lane wrote: > Justin Pryzby <pryzby@telsasoft.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
Commits
-
Doc: remove obsolete entries in table of BRIN strategy numbers.
- 0ce4cd04da55 14.0 landed
-
Remove deprecated containment operators for contrib types.
- 112d411fbeb5 14.0 landed
-
Remove unused and deprecated strategy numbers from BRIN code
- d93ccdea1d44 14.0 landed
-
Remove code handling removed deprecated containment operators
- 591d282e8d3e 14.0 landed
-
Remove deprecated containment operators for built-in types
- 2f70fdb0644c 14.0 landed
-
Remove use of deprecated containment operators in tests
- 3165426e54df 14.0 landed