mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Remove spurious space
Andres Freund
This commit is contained in:
parent
2065dd2834
commit
692079e5dc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user