problem building tablefunc in 7.4

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема problem building tablefunc in 7.4
Дата
Msg-id 20030511144538.GA32447@wolff.to
обсуждение исходный текст
Ответы Re: problem building tablefunc in 7.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
The last two times (including a snapshot from about 15 minutes ago)
I tried to build 7.4 with tablefunc I got compiler errors with
the output shown below.
I am running redhat 6.2 as my base distribution.

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I. -I../../src/include   -c tablefunc.c -o
tablefunc.o
tablefunc.c: In function `build_tuplestore_recursively':
tablefunc.c:1166: `StringInfo' undeclared (first use in this function)
tablefunc.c:1166: (Each undeclared identifier is reported only once
tablefunc.c:1166: for each function it appears in.)
tablefunc.c:1166: parse error before `sql'
tablefunc.c:1174: warning: implicit declaration of function `appendStringInfo'
tablefunc.c:1174: `sql' undeclared (first use in this function)
tablefunc.c:1199: parse error before `branchstr'
tablefunc.c:1204: `branchstr' undeclared (first use in this function)
tablefunc.c:1204: warning: implicit declaration of function `makeStringInfo'
tablefunc.c:1207: `chk_branchstr' undeclared (first use in this function)
tablefunc.c:1208: `chk_current_key' undeclared (first use in this function)
tablefunc.c:1322: warning: implicit declaration of function `initStringInfo'
tablefunc.c:1197: warning: `current_branch' might be used uninitialized in this
function
make: *** [tablefunc.o] Error 1



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Return type bug in functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: problem building tablefunc in 7.4