Re: Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
Date: 2025-08-04 03:03:20
Message-ID: CA+hUKGL_JVNw9aAnCBPKXqe8Njb0=igFaftWoZzUExeNrSD4fw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-08-04 03:10:06 Re: implement CAST(expr AS type FORMAT 'template')
Previous Message David G. Johnston 2025-08-04 02:45:17 Re: restore_command return code behaviour