Remove extra whitespace in pg_upgrade status message.

Nathan Bossart <nathan@postgresql.org>

Commit: 2ceeb638b7b27da156c10cb9d5ea4f81cabda0d1
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2024-09-25T16:18:56Z
Releases: 18.0
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

Files

PathChange+/−
src/bin/pg_upgrade/check.c modified +1 −1

Discussion