Re: [HACKERS] A design for amcheck heapam verification - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [HACKERS] A design for amcheck heapam verification
Date
Msg-id 20180401033204.gmdut22dwpnfbb4z@alap3.anarazel.de
Whole thread Raw
In response to Re: [HACKERS] A design for amcheck heapam verification  (Peter Geoghegan <pg@bowt.ie>)
Responses Re: [HACKERS] A design for amcheck heapam verification  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-hackers
On 2018-03-31 20:25:24 -0700, Peter Geoghegan wrote:
> On Sat, Mar 31, 2018 at 8:09 PM, Peter Geoghegan <pg@bowt.ie> wrote:
> > I was thinking of using rint(), which is what you get if you call
> > round(float8) from SQL.
> 
> Attached patch does it that way. Note that there are float/int cast
> regression tests that ensure that rint() behaves consistently on
> supported platforms -- see commit 06bf0dd6.

LGTM, pushed.  Closing CF entry. Yay!   Only 110 to go.

- Andres


pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [HACKERS][PATCH] adding simple sock check for windows
Next
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] A design for amcheck heapam verification