Re: [PATCH] remove deprecated v8.2 containment operators
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Cc: Justin Pryzby <pryzby@telsasoft.com>, 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>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-11-30T19:03:46Z
Lists: pgsql-hackers
Anastasia Lubennikova <a.lubennikova@postgrespro.ru> writes: > Status update for a commitfest entry. > The commitfest is nearing the end and this thread is "Waiting on > Author". As far as I see we don't have a patch here and discussion is a > bit stuck. > So, I am planning to return it with feedback. Any objections? AFAICS, the status is (1) core-code changes are committed; (2) proposed edits to contrib modules need significant rework; (3) there was also a bit of discussion about inventing a mechanism to prod users to update out-of-date extensions. Now, (3) is far outside the scope of this patch, and I do not think it should block finishing (2). We need a new patch for (2), but there's no real doubt as to what it should contain -- Justin just needs to turn the crank. You could either move this to the next CF in state WoA, or close it RWF. But the patch did make progress in this CF, so I'd tend to lean to the former. regards, tom lane
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