Re: Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
Date: 2025-08-02 18:25:30
Message-ID: aI5YGu-Ad20ujrqb@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
nathan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shayon Mukherjee 2025-08-02 18:46:23 Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX
Previous Message Srinath Reddy Sadipiralla 2025-08-02 16:14:19 Re: Bug in pg_dump --filter? - Invalid object types can be misinterpreted as valid