Re: [HACKERS] Missing increment of vacrelstats->pinskipped_pages

2017-03-28 Thread Kyotaro HORIGUCHI
Hello, At Tue, 28 Mar 2017 14:15:06 -0400, Jim Nasby wrote in <61de5a80-2ffd-6b05-61e4-210fcb299...@nasby.net> > 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

[HACKERS] Missing increment of vacrelstats->pinskipped_pages

2017-03-28 Thread Jim Nasby
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