Re: Clean up hba.c of code freeing regexps
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-04-17T21:21:41Z
Lists: pgsql-hackers
On Fri, Apr 14, 2023 at 07:32:13AM +0900, Michael Paquier wrote: > On Thu, Apr 13, 2023 at 11:58:51AM +0200, Alvaro Herrera wrote: >> I agree with the downthread votes to clean this up now rather than >> waiting. Also, you're adding exactly zero lines of new code, so I don't >> think feature freeze affects the decision. > > Thanks, done that. > > The commit log mentions Lab.c instead of hba.c. I had that fixed > locally, but it seems like I've messed up things a bit.. Sorry about > that. AFAICT this is committed, but the commitfest entry [0] is still set to "needs review." Can it be closed now? [0] https://commitfest.postgresql.org/43/4277/ -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Remove code in charge of freeing regexps generation by Lab.c
- a28269708844 16.0 landed