From: | Thomas Lockhart <lockhart(at)fourpalms(dot)org> |
---|---|
To: | Philip Warner <pjw(at)rhyme(dot)com(dot)au> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Warnings in CVS build (Linux) |
Date: | 2001-10-31 14:39:08 |
Message-ID: | 3BE00D0C.1F063414@fourpalms.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> Some warnings in current CVS build in Linux (SuSE 7.2):
> pgc.c: In function `yylex':
> pgc.c:1243: warning: label `find_rule' defined but not used
> pgc.l: At top level:
> pgc.c:3090: warning: `yy_flex_realloc' defined but not used
These are normal; the code automatically generated by lex defines these
routines.
> odbcapi.c:140: warning: no previous prototype for `SQLDataSources'
Hmm. This is a stubbed-out routine; can someone add the prototype in the
appropriate place? Maybe isql.h?
> In file included from plperl.c:82:
> /usr/lib/perl5/5.6.1/i586-linux/CORE/perl.h:2155: warning: `DEBUG' redefined
> ../../../src/include/utils/elog.h:22: warning: this is the location of the
> previous definition
> In file included from SPI.xs:41:
> /usr/lib/perl5/5.6.1/i586-linux/CORE/perl.h:2155: warning: `DEBUG' redefined
> ../../../src/include/utils/elog.h:22: warning: this is the location of the
> previous definition
Yuck.
- Thomas
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Lockhart | 2001-10-31 14:47:51 | Re: timetz regression test is showing several DST-related failures |
Previous Message | mlw | 2001-10-31 13:47:03 | Re: Query planner, 7.2b1 select ... order by |