> I still get the compiler error in contrib: > > pgstattuple.c: In function 'pgstat_heap': > pgstattuple.c:279: error: too few arguments to function > 'heap_beginscan_strat' > > Should it pass false for the always_prune?
Yes.
New version attached.
This no longer applies directly against head, but if I apply to an older checkout and then do "git checkout -m origin" it rolls forward cleanly.
Did versions 7 and 8 of this patch address Andres' concern about performance regressions?