Re: [PoC] pgstattuple2: block sampling to reduce physical read - Mailing list pgsql-hackers

From Satoshi Nagayasu
Subject Re: [PoC] pgstattuple2: block sampling to reduce physical read
Date
Msg-id 52368724.6050706@uptime.jp
Whole thread Raw
In response to Re: [PoC] pgstattuple2: block sampling to reduce physical read  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: [PoC] pgstattuple2: block sampling to reduce physical read
List pgsql-hackers
(2013/09/15 11:07), Peter Eisentraut wrote:
> On Sat, 2013-09-14 at 16:18 +0900, Satoshi Nagayasu wrote:
>> I'm looking forward to seeing more feedback on this approach,
>> in terms of design and performance improvement.
>> So, I have submitted this for the next CF.
>
> Your patch fails to build:
>
> pgstattuple.c: In function ‘pgstat_heap_sample’:
> pgstattuple.c:737:13: error: ‘SnapshotNow’ undeclared (first use in this function)
> pgstattuple.c:737:13: note: each undeclared identifier is reported only once for each function it appears in

Thanks for checking. Fixed to eliminate SnapshotNow.

Regards,
--
Satoshi Nagayasu <snaga@uptime.jp>
Uptime Technologies, LLC. http://www.uptime.jp

Attachment

pgsql-hackers by date:

Previous
From: Chris Travers
Date:
Subject: Re: Proposal: json_populate_record and nested json objects
Next
From: Jaime Casanova
Date:
Subject: Re: [PATCH] bitmap indexes