Re: Clean up hba.c of code freeing regexps - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Clean up hba.c of code freeing regexps
Date
Msg-id 20230417212141.GA1348359@nathanxps13
Whole thread Raw
In response to Re: Clean up hba.c of code freeing regexps  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Clean up hba.c of code freeing regexps  (Michael Paquier <michael@paquier.xyz>)
List 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



pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: Option to not use ringbuffer in VACUUM, using it in failsafe mode
Next
From: Greg Stark
Date:
Subject: Re: Temporary tables versus wraparound... again