Re: writing backend extensions using Visual

Поиск
Список
Период
Сортировка
От Greg Landrum
Тема Re: writing backend extensions using Visual
Дата
Msg-id 60825b0f05032611182d2f6b31@mail.gmail.com
обсуждение исходный текст
Ответ на Re: writing backend extensions using Visual  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers-win32
On Sat, 26 Mar 2005 13:55:06 -0500, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> I'm not either, but given that he can get as far as building a library
> that will load into the backend, it's surprising that it would fall down
> on the small matter of passing function arguments.  It seems worth
> trying to understand exactly what's happening there.
>
> Greg, how sure are you about the diagnosis of "PG_ARGISNULL always
> returns true" --- have you stepped through your code with a debugger?

Nope, I haven't gone that far.  I  just had the code that was causing
the crash (from accessing bad memory) inside:
if(!PG_ARGISNULL(0)) {
}
and I'm sure that the function isn't actually being called with a null
argument (for one thing, it's declared 'strict').

-greg

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: writing backend extensions using Visual
Следующее
От: Greg Landrum
Дата:
Сообщение: Re: writing backend extensions using Visual Studio