Missing increment of vacrelstats->pinskipped_pages - Mailing list pgsql-hackers

From Jim Nasby
Subject Missing increment of vacrelstats->pinskipped_pages
Date
Msg-id 61de5a80-2ffd-6b05-61e4-210fcb2998aa@nasby.net
Whole thread Raw
Responses Re: Missing increment of vacrelstats->pinskipped_pages  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
List pgsql-hackers
lazy_vacuum_heap() does not count pages that it skips due to not 
obtaining the buffer cleanup lock. vacuum_pinskipped.patch fixes that. 
That should be backpatched to 9.5.

vacuum_comment.patch cleans up a comment in lazy_scan_heap().
-- 
Jim C. Nasby, Data Architect                       jim@nasby.net
512.569.9461 (cell)                         http://jim.nasby.net

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Protection lost in expression eval changeover
Next
From: Stephen Frost
Date:
Subject: Re: Monitoring roles patch