Re: Increase repalloc_array() usage in buffile.c - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Increase repalloc_array() usage in buffile.c
Date
Msg-id amxQNinuLD4lz2jT@paquier.xyz
Whole thread
Responses Re: Increase repalloc_array() usage in buffile.c
List pgsql-hackers
On Fri, Jul 31, 2026 at 03:54:33AM +0000, Tristan Partin wrote:
> Let me see what I can come up with. As a committer, how would you like
> the patches? I could do file by file, subsystem by subsystem, or just
> one large single patch? I don't mind putting in the work to translate
> all realloc calls where it makes sense, but I would like to make sure
> I organize it in such a way to minimize work for you.

All of these are mechanical changes, and it is possible to do a set of
`git add` to split these across sub-directories.  So a single huge
patch does not change much compared to many small ones from my
perspective.  So your call.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Tender Wang
Date:
Subject: Re: Wrong results: NOT IN to anti-join with an upper-level Var in the sub-select's output
Next
From: Amit Kapila
Date:
Subject: Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc.