Re: error status 139

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: error status 139
Дата
Msg-id 19426.996020470@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: error status 139  (Laurette Cisneros <laurette@nextbus.com>)
Ответы Re: error status 139  (Laurette Cisneros <laurette@nextbus.com>)
Список pgsql-admin
Laurette Cisneros <laurette@nextbus.com> writes:
> Here's the stack track from the core file:
> #1  0x4013c445 in fprintf (stream=0x0,
>     format=0x4001966f "nbpointdist\n") at fprintf.c:32

Sure looks like you're trying to write on a non-open file (stream=0
suggests you're passing a NULL file pointer to fprintf).

As for your later message, no you can't return an SQL NULL by
returning a NULL pointer.  The only way to return NULLs cleanly
is to use the v1 function call interface, within which the macro
PG_RETURN_NULL() works.  See the documentation about writing C
functions.

            regards, tom lane

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

Предыдущее
От: "Henshall, Stuart - WCP"
Дата:
Сообщение: RE: putting odbc on university server
Следующее
От: Ang Sei Heng
Дата:
Сообщение: test