Revoke change to rmgr desc of btree vacuum

Per discussion with Andres Freund
This commit is contained in:
Simon Riggs 2016-01-09 18:31:08 +00:00
parent 529baf6a2f
commit b602842613
1 changed files with 1 additions and 1 deletions

View 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;
}