Remove spurious space

Andres Freund
This commit is contained in:
Alvaro Herrera 2013-01-11 12:21:13 -03:00
parent 2065dd2834
commit 692079e5dc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ standby_desc(StringInfo buf, uint8 xl_info, char *rec)
{
xl_running_xacts *xlrec = (xl_running_xacts *) rec;
appendStringInfo(buf, " running xacts:");
appendStringInfo(buf, "running xacts:");
standby_desc_running_xacts(buf, xlrec);
}
else