pgsql: formatting.c cleanup: Move loop variables definitions into for s

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: formatting.c cleanup: Move loop variables definitions into for s
Date: 2025-10-28 18:34:29
Message-ID: E1vDoWb-003xjx-1d@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

formatting.c cleanup: Move loop variables definitions into for statement

Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/6dd9d208-a3ed-49b5-b03d-8617261da973%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/03fbb0814c5015ab79e670ab97bb6a3349269e4b

Modified Files
--------------
src/backend/utils/adt/formatting.c | 45 +++++++++++++-------------------------
1 file changed, 15 insertions(+), 30 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-10-28 19:09:28 pgsql: Add psql PROMPT variable for search_path.
Previous Message Álvaro Herrera 2025-10-28 18:14:02 pgsql: Don't error out when dropping constraint if relchecks is already