pgsql: Fix bad indentation introduced in 43cd30bcd1c

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix bad indentation introduced in 43cd30bcd1c
Date: 2024-07-15 22:29:37
Message-ID: E1sTUCP-001oRK-TJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bad indentation introduced in 43cd30bcd1c

Oops.

Reported-by: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Discussion: https://postgr.es/m/ZpVZB9rH5tHllO75@nathan
Backpatch: 12-, like 43cd30bcd1c

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3006fd8e6ececbb5662135da77a61af311edf81e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-07-16 01:06:55 pgsql: Add tap test for pg_signal_autovacuum role
Previous Message Andres Freund 2024-07-15 22:07:01 pgsql: ci: Use newer LLVM version with gcc, to avoid compiler warnings