Remove extra whitespace in pg_upgrade status message.
authorNathan Bossart
Wed, 25 Sep 2024 16:18:56 +0000 (11:18 -0500)
committerNathan Bossart
Wed, 25 Sep 2024 16:18:56 +0000 (11:18 -0500)
commit4e0864af16b5ada4b251fe2dee1060bae81628bf
tree56305e7b5d7d1f647a7c4022d8c921a080286c71
parent85cb21df673f3a0545b21eadcced7cb038c9fe9c
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
src/bin/pg_upgrade/check.c