Re: Turning off HOT/Cleanup sometimes - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: Turning off HOT/Cleanup sometimes
Date
Msg-id CAMkU=1yMVSud_V-dHfYWkJHXR8-Jh7h-QYObJ5Pv-36hy0BTWA@mail.gmail.com
Whole thread Raw
In response to Re: Turning off HOT/Cleanup sometimes  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Turning off HOT/Cleanup sometimes
List pgsql-hackers
On Wed, Dec 17, 2014 at 12:39 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
On 15 December 2014 at 20:26, Jeff Janes <jeff.janes@gmail.com> wrote:

> 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?

Thanks,

Jeff

pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Rethinking the parameter access hooks for plpgsql's benefit
Next
From: Andrew Gierth
Date:
Subject: Re: Calling for a replacement committer for GROUPING SETS