]> granicus.if.org Git - postgresql/blobdiff - src/backend/access/rmgrdesc/mxactdesc.c
pgindent run for 9.4
[postgresql] / src / backend / access / rmgrdesc / mxactdesc.c
index b2466a1e2b63e55ceae0afe8bf6232e0765708b4..daf9b4100ea3f12a41676a33e1daee5ed2aedce6 100644 (file)
@@ -3,7 +3,7 @@
  * mxactdesc.c
  *       rmgr descriptor routines for access/transam/multixact.c
  *
- * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
@@ -76,5 +76,5 @@ multixact_desc(StringInfo buf, uint8 xl_info, char *rec)
                        out_member(buf, &xlrec->members[i]);
        }
        else
-               appendStringInfo(buf, "UNKNOWN");
+               appendStringInfoString(buf, "UNKNOWN");
 }