Replace %llu by PRIu64 in AIO io_uring code
authorMichael Paquier <michael@paquier.xyz>
Thu, 12 Jun 2025 23:59:47 +0000 (08:59 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 12 Jun 2025 23:59:47 +0000 (08:59 +0900)
commit2c76c6ac470fb0b5bcaec095c1ed90e45cebba75
tree96d2319e9c3654e1177bf0c2352a56ac876bd291
parent84914e964b447a63c5208ca2ec11ec3abfda0879
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: http://postgr.es/m/aEZcGCnYFq642q8k@paquier.xyz
src/backend/storage/aio/method_io_uring.c