Commit 692079e5 authored by Alvaro Herrera's avatar Alvaro Herrera

Remove spurious space

Andres Freund
parent 2065dd28
...@@ -57,7 +57,7 @@ standby_desc(StringInfo buf, uint8 xl_info, char *rec) ...@@ -57,7 +57,7 @@ standby_desc(StringInfo buf, uint8 xl_info, char *rec)
{ {
xl_running_xacts *xlrec = (xl_running_xacts *) rec; xl_running_xacts *xlrec = (xl_running_xacts *) rec;
appendStringInfo(buf, " running xacts:"); appendStringInfo(buf, "running xacts:");
standby_desc_running_xacts(buf, xlrec); standby_desc_running_xacts(buf, xlrec);
} }
else else
......
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