pgsql: Fix indentation issue introduced by commit 291a4bd2ca

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix indentation issue introduced by commit 291a4bd2ca
Date: 2026-08-07 08:38:44
Message-ID: E1wsG6G-00000000Ym5-18dj@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix indentation issue introduced by commit 291a4bd2ca

Noticed before the commit reached koel.

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/52d87b42d9bef6a2ca66572fc39e5c1b0f61f5dd

Modified Files
--------------
src/backend/commands/trigger.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2026-08-07 08:38:58 pgsql: Fix indentation issue introduced by commit 291a4bd2ca
Previous Message Etsuro Fujita 2026-08-07 08:32:51 pgsql: Drain pending asynchronous requests during ExecReScanAppend.