pgsql: Remove extra whitespace in pg_upgrade status message.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove extra whitespace in pg_upgrade status message.
Date: 2024-09-25 16:20:06
Message-ID: E1stUkI-000s9f-5i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove extra whitespace in pg_upgrade status message.

There's no need to add another level of indentation to this status
message. pg_log() will put it in the right place.

Oversight in commit 347758b120.

Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/ZunW7XHLd2uTts4f%40nathan
Backpatch-through: 17

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2ceeb638b7b27da156c10cb9d5ea4f81cabda0d1

Modified Files
--------------
src/bin/pg_upgrade/check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-09-26 04:47:25 pgsql: tests: Restrict pg_locks queries in advisory_locks.sql to curren
Previous Message Alvaro Herrera 2024-09-25 14:47:28 pgsql: Turn 'if' condition around to avoid Svace complaint