Re: More Perl cleanups

2025-03-16 Thread Michael Paquier
On Sat, Mar 15, 2025 at 03:26:10PM +0900, Michael Paquier wrote: > Thanks for digging into all that. Agreed that it would be nice to > apply a more consistent style for this release. I'll look more into > what you have here. The changes in pg_dump's 010_dump_connstr.pl read the same. extension_

Re: More Perl cleanups

2025-03-14 Thread Michael Paquier
On Fri, Mar 14, 2025 at 05:39:30PM +, Dagfinn Ilmari Mannsåker wrote: > In some recent-ish commits (ce1b0f9d, fd4c4ede and cc2c9fa6) we > converted a lot of the TAP tests to use long command line options and > fat commas (=>) to separate command line options from their arguments, > so that perl

More Perl cleanups

2025-03-14 Thread Dagfinn Ilmari Mannsåker
Hi Hackers, In some recent-ish commits (ce1b0f9d, fd4c4ede and cc2c9fa6) we converted a lot of the TAP tests to use long command line options and fat commas (=>) to separate command line options from their arguments, so that perltidy does't break lines between them. However, those patches were no