Commit 674677c7 authored by Peter Eisentraut's avatar Peter Eisentraut

Remove trailing spaces in some output

Author: Alexander Law <exclusion@gmail.com>
parent cf615fba
...@@ -587,7 +587,7 @@ ExecMergeTupleDump(MergeJoinState *mergestate) ...@@ -587,7 +587,7 @@ ExecMergeTupleDump(MergeJoinState *mergestate)
ExecMergeTupleDumpInner(mergestate); ExecMergeTupleDumpInner(mergestate);
ExecMergeTupleDumpMarked(mergestate); ExecMergeTupleDumpMarked(mergestate);
printf("******** \n"); printf("********\n");
} }
#endif #endif
......
...@@ -683,7 +683,7 @@ usage(void) ...@@ -683,7 +683,7 @@ usage(void)
printf(_("%s decodes and displays PostgreSQL transaction logs for debugging.\n\n"), printf(_("%s decodes and displays PostgreSQL transaction logs for debugging.\n\n"),
progname); progname);
printf(_("Usage:\n")); printf(_("Usage:\n"));
printf(_(" %s [OPTION]... [STARTSEG [ENDSEG]] \n"), progname); printf(_(" %s [OPTION]... [STARTSEG [ENDSEG]]\n"), progname);
printf(_("\nOptions:\n")); printf(_("\nOptions:\n"));
printf(_(" -b, --bkp-details output detailed information about backup blocks\n")); printf(_(" -b, --bkp-details output detailed information about backup blocks\n"));
printf(_(" -e, --end=RECPTR stop reading at log position RECPTR\n")); printf(_(" -e, --end=RECPTR stop reading at log position RECPTR\n"));
......
...@@ -3017,7 +3017,7 @@ keep_going: /* We will come back to here until there is ...@@ -3017,7 +3017,7 @@ keep_going: /* We will come back to here until there is
restoreErrorMessage(conn, &savedMessage); restoreErrorMessage(conn, &savedMessage);
appendPQExpBuffer(&conn->errorMessage, appendPQExpBuffer(&conn->errorMessage,
libpq_gettext("test \"show transaction_read_only\" failed " libpq_gettext("test \"show transaction_read_only\" failed "
" on \"%s:%s\" \n"), " on \"%s:%s\"\n"),
conn->connhost[conn->whichhost].host, conn->connhost[conn->whichhost].host,
conn->connhost[conn->whichhost].port); conn->connhost[conn->whichhost].port);
conn->status = CONNECTION_OK; conn->status = CONNECTION_OK;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment