compile warnings

From: Joe Conway <mail(at)joeconway(dot)com>
To: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: compile warnings
Date: 2004-07-01 04:24:31
Message-ID: 40E391FF.2040900@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

In addition to the ecpg warnings mentioned by Tom, I'm also seeing
compile warnings wrt plpython:

make[3]: Entering directory `/opt/src/pgsql-cvs/pgsql-7.5/src/pl/plpython'
gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes
-Wmissing-declarations -fpic -I. -I/usr/include/python2.3
-I../../../src/include -D_GNU_SOURCE -I/usr/include/et -c -o
plpython.o plpython.c -MMD
In file included from /usr/include/python2.3/Python.h:8,
from plpython.c:58:
/usr/include/python2.3/pyconfig.h:847:1: warning: "_POSIX_C_SOURCE"
redefined
In file included from /usr/include/stdio.h:28,
from ../../../src/include/c.h:60,
from ../../../src/include/postgres.h:48,
from plpython.c:37:
/usr/include/features.h:131:1: warning: this is the location of the
previous definition
ar crs libplpython.a plpython.o

Joe

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-07-01 04:33:23 Re: Adding column comment to information_schema.columns
Previous Message Tom Lane 2004-07-01 04:21:55 Performance with new nested-xacts code

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-07-01 04:39:14 Re: contrib/dbmirror
Previous Message Andrew Dunstan 2004-07-01 03:51:17 Re: latest plperl