Revoke change to rmgr desc of btree vacuum

Per discussion with Andres Freund
pull/10/head
Simon Riggs 10 years ago
parent 529baf6a2f
commit b602842613
  1. 2
      src/backend/access/rmgrdesc/nbtdesc.c

@ -48,7 +48,7 @@ btree_desc(StringInfo buf, XLogReaderState *record)
{ {
xl_btree_vacuum *xlrec = (xl_btree_vacuum *) rec; xl_btree_vacuum *xlrec = (xl_btree_vacuum *) rec;
appendStringInfo(buf, "lastBlockVacuumed %d", appendStringInfo(buf, "lastBlockVacuumed %u",
xlrec->lastBlockVacuumed); xlrec->lastBlockVacuumed);
break; break;
} }

Loading…
Cancel
Save