mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Cosmetic fixups for WAL usage work.
Reported-by: Justin Pryzby and Euler Taveira Author: Justin Pryzby and Julien Rouhaud Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/CAB-hujrP8ZfUkvL5OYETipQwA=e3n7oqHFU=4ZLxWS_Cza3kQQ@mail.gmail.com
This commit is contained in:
@@ -676,7 +676,7 @@ heap_vacuum_rel(Relation onerel, VacuumParams *params,
|
||||
_("WAL usage: %ld records, %ld full page writes, "
|
||||
UINT64_FORMAT " bytes"),
|
||||
walusage.wal_records,
|
||||
walusage.wal_num_fpw,
|
||||
walusage.wal_fpw,
|
||||
walusage.wal_bytes);
|
||||
|
||||
ereport(LOG,
|
||||
|
Reference in New Issue
Block a user