mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Use correct format placeholder for block numbers
Should be %u rather than %d.
This commit is contained in:
@ -2260,7 +2260,7 @@ static void
|
||||
lazy_vacuum_heap_rel(LVRelState *vacrel)
|
||||
{
|
||||
int tupindex;
|
||||
int vacuumed_pages;
|
||||
BlockNumber vacuumed_pages;
|
||||
PGRUsage ru0;
|
||||
Buffer vmbuffer = InvalidBuffer;
|
||||
LVSavedErrInfo saved_err_info;
|
||||
|
Reference in New Issue
Block a user