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