Re: PL/Python warnings in CVS HEAD - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: PL/Python warnings in CVS HEAD
Date
Msg-id 45E9CAC5.80104@commandprompt.com
Whole thread Raw
In response to PL/Python warnings in CVS HEAD  (Neil Conway <neilc@samurai.com>)
Responses Re: PL/Python warnings in CVS HEAD  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: PL/Python warnings in CVS HEAD  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
Neil Conway wrote:
> FYI, I see the following warnings compiling CVS HEAD:
> 
> src/pl/plpython/plpython.c:2006: warning: initialization from
> incompatible pointer type
> src/pl/plpython/plpython.c:2008: warning: 'intargfunc' is deprecated
> src/pl/plpython/plpython.c:2008: warning: initialization from
> incompatible pointer type
> src/pl/plpython/plpython.c:2009: warning: 'intargfunc' is deprecated
> src/pl/plpython/plpython.c:2009: warning: initialization from
> incompatible pointer type
> src/pl/plpython/plpython.c:2010: warning: 'intintargfunc' is deprecated
> src/pl/plpython/plpython.c:2010: warning: initialization from
> incompatible pointer type
> src/pl/plpython/plpython.c:2011: warning: initialization from
> incompatible pointer type
> src/pl/plpython/plpython.c:2012: warning: initialization from
> incompatible pointer type
> 
> This is on Ubuntu fiesty, Python 2.5, gcc 4.1.2, AMD64.

There is no Ubuntu Fiesty... yet ;) you are compile -head with -head...
sounds like a snafu to begin with (yes I am being a pain on purpose.

Joshua D. Drake


> 
> -Neil
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
> 


-- 
     === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997            http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/



pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: PL/Python warnings in CVS HEAD
Next
From: "Joshua D. Drake"
Date:
Subject: Re: PL/Python warnings in CVS HEAD