Skip to content

Commit 2ceeb63

Browse files
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 347758b. Reviewed-by: Daniel Gustafsson Discussion: https://postgr.es/m/ZunW7XHLd2uTts4f%40nathan Backpatch-through: 17
1 parent dce5073 commit 2ceeb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ process_data_type_check(DbInfo *dbinfo, PGresult *res, void *arg)
419419
*/
420420
if (!(*state->result))
421421
{
422-
pg_log(PG_REPORT, " failed check: %s", _(state->check->status));
422+
pg_log(PG_REPORT, "failed check: %s", _(state->check->status));
423423
appendPQExpBuffer(*state->report, "\n%s\n%s %s\n",
424424
_(state->check->report_text),
425425
_("A list of the problem columns is in the file:"),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy