]> granicus.if.org Git - postgresql/commitdiff
Revoke change to rmgr desc of btree vacuum
authorSimon Riggs <simon@2ndQuadrant.com>
Sat, 9 Jan 2016 18:31:08 +0000 (18:31 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Sat, 9 Jan 2016 18:31:08 +0000 (18:31 +0000)
Per discussion with Andres Freund

src/backend/access/rmgrdesc/nbtdesc.c

index 68afc2e09bd46018a37497e257348c23d8ac8da7..7631cb5c73f8d0d2b747ae83cb116f85210f466f 100644 (file)
@@ -48,7 +48,7 @@ btree_desc(StringInfo buf, XLogReaderState *record)
                        {
                                xl_btree_vacuum *xlrec = (xl_btree_vacuum *) rec;
 
-                               appendStringInfo(buf, "lastBlockVacuumed %d",
+                               appendStringInfo(buf, "lastBlockVacuumed %u",
                                                                 xlrec->lastBlockVacuumed);
                                break;
                        }