Re: Improving and extending int128.h to more of numeric.c - Mailing list pgsql-hackers

From John Naylor
Subject Re: Improving and extending int128.h to more of numeric.c
Date
Msg-id CANWCAZZmj4RtE7PtUjRv71o5NG3m0cHgb1RzeUBY1Oox=Ytk_g@mail.gmail.com
Whole thread Raw
Responses Re: Improving and extending int128.h to more of numeric.c
List pgsql-hackers
On Mon, Jun 23, 2025 at 3:01 PM Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
> 0001 is a trivial bug fix for the test code in src/tools/testint128.c
> -- it was using "union" instead of "struct" for test128.hl, which
> meant that it was only ever setting and checking half of each 128-bit
> integer in the tests.

Hi Dean, I went to take a look at this and got stuck at building the
test file. The usual pointing gcc to the src and build include
directories didn't cut it. How did you get it to work?

--
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: Cédric Villemain
Date:
Subject: Re: Adding basic NUMA awareness - Preliminary feedback and outline for an extensible approach
Next
From: Laurenz Albe
Date:
Subject: Re: What is a typical precision of gettimeofday()?