On Thu, Dec 11, 2014 at 01:25:00PM -0800, Mark Dilger wrote:
> 
> 
> On Thu, Dec 11, 2014 at 12:12 PM, Tom Lane <t...@sss.pgh.pa.us> wrote:
> 
>     Mark Dilger <hornschnor...@gmail.com> writes:
>     > The attached patch changes the type of chunk_seq to int32,
>     > rather than changing the %d formatting.  The other changes
>     > are the same as in the previous patch.
> 
>     BTW, how are you finding these?  If it's some automated tool, what?
>     (If you're finding them by hand, I'm in awe of your scan rate.)
> 
>                             regards, tom lane
> 
> 
> I've been advised to hoodwink you and say that I have found them all
> by hand.  Actually, I am changing the typedef in src/include/c.h and then
> recompiling, and watching for compiler warnings telling me that I am
> passing a uint64 to a %d.  Of course, I get lots of warnings about
> passing a uint64 to a %u, but I can filter through those easily enough.

Cool idea!


-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to