On Thu, Apr 22, 2021 at 08:12:25PM +0900, Michael Paquier wrote: > On Thu, Apr 22, 2021 at 06:56:28PM +0800, Julien Rouhaud wrote: > > My understanding is that it's the project standard. See e.g. > > https://www.postgresql.org/message-id/1730584.1617836...@sss.pgh.pa.us > > FWIW, I am not questioning the format of the specifiers, which is > something I heard about, but the casts used on the values passed down > :)
Because uint64 can be unsigned long int or unsigned long long int depending on the platform?