Re: Centralizing protective copying of utility statements
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2021-06-17T20:50:57Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On 2021-06-17 15:53:22 -0400, Tom Lane wrote: >> Uh, nobody ever promised that server-internal APIs are frozen as of beta1; >> that would be a horrid crimp on our ability to fix bugs during beta. > Sure, there's no promise. But I still think it's worth taking the amount > of breakage more into account than pre beta? Are there really so many people using the ProcessUtility hook? In a quick look on codesearch.debian.net, I found hypopg pgaudit pgextwlist pglogical which admittedly is more than none, but it's not a huge number either. I have to think that fixing this bug reliably is a more important consideration. regards, tom lane
Commits
-
Avoid scribbling on input node tree in CREATE/ALTER DOMAIN.
- f172438ef6ff 10.18 landed
- b2c740c426da 12.8 landed
- 4b8b3562e1e6 11.13 landed
- 1a3d30255a4e 9.6.23 landed
- 102f31a208b8 13.4 landed
-
Centralize the logic for protective copying of utility statements.
- 7c337b6b527b 14.0 landed