mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Revoke change to rmgr desc of btree vacuum
Per discussion with Andres Freund
This commit is contained in:
parent
529baf6a2f
commit
b602842613
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user