Re: call stored function from ecpg w/cursor

Поиск
Список
Период
Сортировка
От Andrew Jarcho
Тема Re: call stored function from ecpg w/cursor
Дата
Msg-id 4636E65E.7060009@nyc.rr.com
обсуждение исходный текст
Ответ на Re: call stored function from ecpg w/cursor  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: call stored function from ecpg w/cursor  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-novice
Hi Michael--
Thank you for your continued help. A stripped down but fully
(mal)functioning version of the code is attached. The error, according
to the logfile ecpg_debug.log, occurs in the file callProcsViaC.pgc and
is clearly marked there. A lot of the included code is just for
completeness/reference.

The school's system is a Solaris UNIX system. The PostgreSQL version is
8.0.3. The code is compiled with gcc, and linked as you can see in the
Makefile with g++, since the full program includes some C++ files. I
have consistently used the -B switch when make-ing, which on this system
forces the compiler to start from scratch, and re-pre-compile the .gpc
files into .c files.

Please let me know if there is other information I can provide that
might be useful in diagnosing this problem.
--Andy

Вложения

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

Предыдущее
От: Bill Sias
Дата:
Сообщение: Installation problem (Windows)
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: call stored function from ecpg w/cursor