pgsql: Improve indentation of multiline initialization expressions. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve indentation of multiline initialization expressions.
Date
Msg-id E1plAoA-002477-61@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve indentation of multiline initialization expressions.

If a variable has an initialization expression that wraps onto the
next line(s), pg_bsd_indent will now indent the continuation lines
one stop, instead of aligning them flush with the variable declaration.

We've been holding off applying this until the last v16 CF finished,
but now it's time.

Thomas Munro and Tom Lane

Discussion: https://postgr.es/m/20230120013137.7ky7nl4e4zjorrfa@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/064750af4f4ebab9c0d47d502c7ff7e3c9533f9f

Modified Files
--------------
src/tools/pg_bsd_indent/args.c |  2 +-
src/tools/pg_bsd_indent/io.c   | 11 ++++++-----
src/tools/pgindent/pgindent    |  2 +-
3 files changed, 8 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Skip \password TAP test on old IPC::Run versions
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Skip \password TAP test on old IPC::Run versions