pgsql: Replace %llu by PRIu64 in AIO io_uring code - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Replace %llu by PRIu64 in AIO io_uring code
Date
Msg-id E1uPrr2-001OIc-0q@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.com>
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/aEZcGCnYFq642q8k@paquier.xyz

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(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: pg_restore: Fix wrong descriptions of --with-{schema,data,statis
Next
From: Michael Paquier
Date:
Subject: pgsql: psql: Forbid use of COPY and \copy while in a pipeline