We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2065dd2 commit 692079eCopy full SHA for 692079e
src/backend/access/rmgrdesc/standbydesc.c
@@ -57,7 +57,7 @@ standby_desc(StringInfo buf, uint8 xl_info, char *rec)
57
{
58
xl_running_xacts *xlrec = (xl_running_xacts *) rec;
59
60
- appendStringInfo(buf, " running xacts:");
+ appendStringInfo(buf, "running xacts:");
61
standby_desc_running_xacts(buf, xlrec);
62
}
63
else
0 commit comments