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: E1uLnqS-0013rq-1B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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/2954090.1748723636@sss.pgh.pa.us
Backpatch-through: 13

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d4556f592eff4829012e3df72c48b9801a954297

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