Re: Fixup some StringInfo usages

2024-04-09 Thread David Rowley
On Tue, 9 Apr 2024 at 14:27, Tom Lane wrote: > > David Rowley writes: > > Similar to f736e188c, I've attached a patch that fixes up a few > > misusages of the StringInfo functions. These just swap one function > > call for another function that is more suited to the use case. > > > I feel like

Re: Fixup some StringInfo usages

2024-04-08 Thread Tom Lane
David Rowley writes: > Similar to f736e188c, I've attached a patch that fixes up a few > misusages of the StringInfo functions. These just swap one function > call for another function that is more suited to the use case. > I feel like it's a good idea to fix these soon while they're new >

Re: Fixup some StringInfo usages

2024-04-08 Thread Nathan Bossart
On Tue, Apr 09, 2024 at 12:53:21PM +1200, David Rowley wrote: > Similar to f736e188c, I've attached a patch that fixes up a few > misusages of the StringInfo functions. These just swap one function > call for another function that is more suited to the use case. > > I've also attached the patch

Fixup some StringInfo usages

2024-04-08 Thread David Rowley
Similar to f736e188c, I've attached a patch that fixes up a few misusages of the StringInfo functions. These just swap one function call for another function that is more suited to the use case. I've also attached the patch that I used to find these. That's not intended for commit. I feel like