On 04.12.25 14:51, Bertrand Drouvot wrote:
On Thu, Dec 04, 2025 at 01:19:07PM +0100, Peter Eisentraut wrote:
Attached are some patches to remove unnecessary casts in printf format
arguments. Many of these are apparently left over from before use of
%zu/%zd and PRIu64/PRId64 were possible. Addi
Hi,
On Thu, Dec 04, 2025 at 01:19:07PM +0100, Peter Eisentraut wrote:
> Attached are some patches to remove unnecessary casts in printf format
> arguments. Many of these are apparently left over from before use of
> %zu/%zd and PRIu64/PRId64 were possible. Additionally, there are a few
> where t