mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Have VACUUM log number of skipped pages due to pins
Author: Jim Nasby, some kibitzing by Heikki Linnankangas. Discussion leading to current behavior and precise wording fueled by thoughts from Robert Haas and Andres Freund.
This commit is contained in:
@ -252,6 +252,7 @@ DETAIL: CPU 0.01s/0.06u sec elapsed 0.07 sec.
|
||||
INFO: "onek": found 3000 removable, 1000 nonremovable tuples in 143 pages
|
||||
DETAIL: 0 dead tuples cannot be removed yet.
|
||||
There were 0 unused item pointers.
|
||||
Skipped 0 pages due to buffer pins.
|
||||
0 pages are entirely empty.
|
||||
CPU 0.07s/0.39u sec elapsed 1.56 sec.
|
||||
INFO: analyzing "public.onek"
|
||||
|
Reference in New Issue
Block a user