Re: Adding missing object access hook invocations
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Mark Dilger <mark.dilger@enterprisedb.com>, Andres Freund <andres@anarazel.de>, "pgsql-hackers@postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2020-05-20T17:57:31Z
Lists: pgsql-hackers
On Mon, Apr 20, 2020 at 9:40 PM Michael Paquier <michael@paquier.xyz> wrote: > Okay. Any other opinions? I am in a 50/50 state about that stuff. I don't really see any reason why this couldn't be committed even at this late date, but I also don't care that much. I suspect the number of extension authors who are likely to have to make any code changes is small. It's anybody's guess whether those people would like these changes (because now they can support all of these object types even in v13, rather than having to wait another year) or dislike them (because it breaks something). I would actually be more inclined to bet on the former rather than the latter, but unless somebody speaks up, it's all just speculation. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Add missing invocations to object access hooks
- a995b371ae29 13.0 landed