Remove unnecessary casts in printf format arguments - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Remove unnecessary casts in printf format arguments
Date
Msg-id 07fa29f9-42d7-4aac-8834-197918cbbab6@eisentraut.org
Whole thread Raw
Responses Re: Remove unnecessary casts in printf format arguments
List pgsql-hackers
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 the cast just cast to the type the input already had, or it just 
uselessly cast to a different type instead of using the right format 
argument.

Attachment

pgsql-hackers by date:

Previous
From: Shlok Kyal
Date:
Subject: Re: Skipping schema changes in publication
Next
From: Michael Banck
Date:
Subject: Re: How can end users know the cause of LR slot sync delays?