Re: Remove IndexInfo.ii_OpclassOptions field
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-08-30T00:51:23Z
Lists: pgsql-hackers
On Tue, Aug 29, 2023 at 10:51:10AM +0200, Peter Eisentraut wrote: > At a glance, however, I think my patch is (a) not related, and (b) if it > were, it would probably *help*, because the change is to not allocate any > long-lived structures that no one needs and that might get out of date. Hmm, yeah, perhaps you're right about (b) here. I have a few other high-priority items for stable branches on my board before being able to look at all this in more details, unfortunately, so feel free to ignore me if you think that this is an improvement anyway even regarding the other issue discussed. -- Michael
Commits
-
Remove IndexInfo.ii_OpclassOptions field
- 784162357130 17.0 landed
-
Remove RelationGetIndexRawAttOptions()
- 5e4282772a56 17.0 landed
-
Remove unused include
- eb36c6ac8478 17.0 landed