Re: Replace some %llu remnants in the tree
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
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-12T14:56:28Z
Lists: pgsql-hackers
On Thu, Jun 12, 2025 at 07:16:37AM +0900, Michael Paquier wrote: > On Wed, Jun 11, 2025 at 09:58:00AM +0200, Peter Eisentraut wrote: >> On 09.06.25 05:59, Michael Paquier wrote: >>> That's not necessarily mandatory for v18, for sure, but as this is new >>> code we could as well clean it up before forking the next stable >>> branch. >> >> Agree this should go into v18. > > 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. -- nathan
Commits
-
Replace %llu by PRIu64 in AIO io_uring code
- 2c76c6ac470f 18.0 landed