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_
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
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