Re: Peter opens a can of worms - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Peter opens a can of worms
Date
Msg-id 27170.947815830@sss.pgh.pa.us
Whole thread Raw
In response to Peter opens a can of worms  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Re: Peter opens a can of worms
List pgsql-hackers
I wrote:
> Cool.  Now who's going to fix the cartload of warnings this has
> produced?  I'm counting about 125 of them.

On further investigation, it seems that some of these warnings are
real portability issues (pointers being printed as ints, etc).
But a very considerable fraction are bogus.  gcc doesn't know about
elog's "%m" extension to the standard %-format set, and it seems to
be assuming that there should be a parameter to go with the %m.

I have a feeling we will have to revert this change...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] [hackers]development suggestion needed
Next
From: Don Baccus
Date:
Subject: Re: [HACKERS] [hackers]development suggestion needed