Remove spurious space
authorAlvaro Herrera
Fri, 11 Jan 2013 15:21:13 +0000 (12:21 -0300)
committerAlvaro Herrera
Mon, 14 Jan 2013 15:08:59 +0000 (12:08 -0300)
Andres Freund

src/backend/access/rmgrdesc/standbydesc.c

index c38892beb72adfd031bc5b6567ff8826a2c2d614..5fb6f54b3b6b8145743554d3717fdcfe391916a8 100644 (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