Re: pgsql: Add missing header.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Add missing header.
Дата
Msg-id 20081013220733.GD4574@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: pgsql: Add missing header.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Tom Lane wrote:
> alvherre@postgresql.org (Alvaro Herrera) writes:
> > Add missing header.
>
> I'm confused.  Wouldn't the buildfarm have been complaining if this
> were needed?

It complained that the function was not declared, but it was just a warning.
See for example:

http://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=centaur&dt=2008-10-09%20200602&stg=make

ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels
-fno-strict-aliasing-fwrapv -g -fpic -I. -I/usr/include/python2.4 -I../../../src/include -D_GNU_SOURCE
-I/usr/include/libxml2 -I/usr/include/et  -c -o plpython.o plpython.c 
plpython.c: In function '_PG_init':
plpython.c:2752: warning: implicit declaration of function 'set_text_domain'

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Implement comparison of generic records (composite types), and
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Eliminate unnecessary array[] decoration in examples of recursive