Re: Warnings in CVS build (Linux)

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Warnings in CVS build (Linux)
Дата
Msg-id 3BE00D0C.1F063414@fourpalms.org
обсуждение исходный текст
Ответ на Warnings in CVS build (Linux)  (Philip Warner <pjw@rhyme.com.au>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: mlw
Дата:
Сообщение: Re: Query planner, 7.2b1 select ... order by
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: timetz regression test is showing several DST-related failures