Re: Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
Date: 2025-08-06 09:09:35
Message-ID: b14d036c-fb30-4cd1-be73-82562859fe5a@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04.08.25 05:03, Thomas Munro wrote:
> On Sun, Aug 3, 2025 at 6:25 AM Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote:
>> On Sat, Aug 02, 2025 at 11:09:16AM +0200, Peter Eisentraut wrote:
>>> These were introduced (commit efdc7d74753) at the same time as we were
>>> moving to using the standard inttypes.h format macros (commit a0ed19e0a9e).
>>> It doesn't seem useful to keep a new already-deprecated interface like this
>>> with only a few users, so remove the new symbols again and have the callers
>>> use PRIx64.
>>
>> That seems fine to me.
>
> +1

done

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2025-08-06 09:36:59 Re: More protocol.h replacements this time into walsender.c
Previous Message vignesh C 2025-08-06 08:57:57 Re: Logical Replication of sequences