Re: Getting rid of warnings

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Getting rid of warnings
Date: 2007-01-25 19:56:27
Message-ID: 45B90B6B.3060204@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian wrote:
> I need an updated version of this to apply. The suggested changes are
> too extensive.

I'll try to do this tomorrow. If I get it right, the changes needed are:
NULL instead of cast of function ptr, per Peter.
Do the const-change in the other direction in contrib/intarray.

The patch never contained anything for those const ** warnings, so I'll
just continue not to include those.

If I missed anything, let me know :-)

//Magnus

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2007-01-25 19:57:27 Re: Getting rid of warnings
Previous Message Bruce Momjian 2007-01-25 19:53:11 Re: Getting rid of warnings