Re: Replace some %llu remnants in the tree
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: Peter Eisentraut <peter@eisentraut.org>, Postgres hackers <pgsql-hackers@lists.postgresql.org>, Andres Freund <andres@anarazel.de>, Tomas Vondra <tomas@vondra.me>, Heikki Linnakangas <hlinnaka@iki.fi>
Date: 2025-06-13T00:01:43Z
Lists: pgsql-hackers
On Thu, Jun 12, 2025 at 09:56:28AM -0500, Nathan Bossart wrote: > On Thu, Jun 12, 2025 at 07:16:37AM +0900, Michael Paquier wrote: >> Thanks for the review. Adding the RMT in CC for more comments. Would >> you be OK with the patch added to v18? The answer is probably yes, >> but let's ask anyway. > > Seems fine to me. Thanks. Applied on HEAD, then. -- Michael
Commits
-
Replace %llu by PRIu64 in AIO io_uring code
- 2c76c6ac470f 18.0 landed