Re: C set return function differences on 8.0?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: C set return function differences on 8.0?
Дата
Msg-id 20050708152339.GA81341@winnie.fuhr.org
обсуждение исходный текст
Ответ на C set return function differences on 8.0?  (Tim Jackson <tim.jackson@ints.com>)
Список pgsql-interfaces
On Thu, Jul 07, 2005 at 05:58:28PM -0700, Tim Jackson wrote:
> 
> I re-compiled the .so using 8.0 server development source and rebuilt 
> the views on 8.0 and now only some views will pull up data. These are 
> views using the same data that worked under 7.4 and now just abort.  

What do you mean by "abort" -- does the backend crash?  If so, and
if you get a core dump, then it might be useful to see a stack trace.

Could you post a simple, self-contained test case that works in 7.4
and fails in 8.0?  That is, all SQL, C code, and data that somebody
could use to reproduce the problem from an empty database.  Please
do distill the example so it's as simple as possible -- that way
the analysis won't be distracted by irrelevant factors.

Exactly which versions of 7.4 and 8.0 are you running, and on what
platform?

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


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

Предыдущее
От: Tim Jackson
Дата:
Сообщение: C set return function differences on 8.0?
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: C set return function differences on 8.0?