Re: Peter opens a can of worms

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Peter opens a can of worms
Date: 2000-01-14 02:10:30
Message-ID: 27170.947815830@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 2000-01-14 02:19:33 Re: [HACKERS] [hackers]development suggestion needed
Previous Message Tom Lane 2000-01-14 02:01:37 Re: [HACKERS] [hackers]development suggestion needed