Re: Improving and extending int128.h to more of numeric.c

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: John Naylor <johncnaylorls(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Improving and extending int128.h to more of numeric.c
Date: 2025-07-15 00:10:20
Message-ID: CAEZATCW2+sgLru9JeU4oL2TUaQF9oe94swvBcgk3CGp8J-4pkA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 14 Jul 2025 at 22:07, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> wrote:
>
> > warning: format ‘%lX’ expects argument of type ‘long unsigned int’,
> > but argument 4 has type ‘int32’ {aka ‘int’} [-Wformat=]
> >
> v4 attached.

v5 attached, fixing some more printf-related compiler warnings, this
time from the original test code.

Regards,
Dean

Attachment Content-Type Size
v5-0001-Convert-src-tools-testint128.c-into-a-test-module.patch text/x-patch 9.6 KB
v5-0005-Extend-int128.h-to-support-more-numeric-code.patch text/x-patch 38.4 KB
v5-0002-Refactor-int128.h-bringing-the-native-and-non-nat.patch text/x-patch 5.4 KB
v5-0004-Simplify-non-native-64x64-bit-multiplication-in-i.patch text/x-patch 3.4 KB
v5-0003-Optimise-non-native-128-bit-addition-in-int128.h.patch text/x-patch 3.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2025-07-15 00:13:03 Re: AIO v2.5
Previous Message Peter Smith 2025-07-14 23:03:13 Re: [WIP]Vertical Clustered Index (columnar store extension) - take2