pgsql: Replace %llu by PRIu64 in AIO io_uring code

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace %llu by PRIu64 in AIO io_uring code
Date: 2025-06-13 00:01:08
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Replace %llu by PRIu64 in AIO io_uring code

This is a continuation of 15a79c73111f, cleaning up the AIO io_uring
code that has been committed after that while still using %llu.

The code changed here is new in v18, so cleaning things now means less
conflicts if this area of the code changes on backpatch once the 18
stable branch is created.

Reviewed-by: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Reviewed-by: Peter Eisentraut <peter(at)eisentraut(dot)org>
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c76c6ac470fb0b5bcaec095c1ed90e45cebba75

Modified Files
--------------
src/backend/storage/aio/method_io_uring.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-06-13 01:18:35 pgsql: psql: Forbid use of COPY and \copy while in a pipeline
Previous Message Christoph Berg 2025-06-12 21:16:19 Re: pgsql: Introduce pg_shmem_allocations_numa view