pgsql: Improve indentation of multiline initialization expressions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve indentation of multiline initialization expressions.
Date: 2023-04-08 15:48:55
Message-ID: E1plAoA-002477-61@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-04-08 16:23:49 Re: pgsql: Skip \password TAP test on old IPC::Run versions
Previous Message Andrew Dunstan 2023-04-08 15:46:23 Re: pgsql: Skip \password TAP test on old IPC::Run versions