pgsql: Run pgindent on the previous commit.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Run pgindent on the previous commit.
Date: 2025-06-01 18:55:45
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Run pgindent on the previous commit.

Clean up after rearranging PG_TRY blocks.

Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 13

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6f724fcf8136dc4c229e66122fcf6710a4040d9a

Modified Files
--------------
src/pl/plpython/plpy_elog.c | 266 ++++++++++++++++++++++----------------------
1 file changed, 133 insertions(+), 133 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-06-01 18:59:09 pgsql: Add commit 4672b6223 to .git-blame-ignore-revs.
Previous Message Etsuro Fujita 2025-06-01 08:34:49 pgsql: postgres_fdw: Inherit the local transaction's access/deferrable