Re: invalid memory alloc after insert with c trigger function

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: invalid memory alloc after insert with c trigger function
Дата
Msg-id 20070601132142.GC27968@svana.org
обсуждение исходный текст
Ответ на Re: invalid memory alloc after insert with c trigger function  (Dudás József <dj1999@freemail.hu>)
Ответы Re: invalid memory alloc after insert with c trigger function  (Dudás József <dj1999@freemail.hu>)
Список pgsql-general
Are you compiling with warnings? Because this should have blown up on
you:

On Fri, Jun 01, 2007 at 02:03:26PM +0200, Dudás József wrote:
> PG_FUNCTION_INFO_V1(_selectFunctionB);
> Datum
> _selectFunctionB( char *sql )

If you've declared your function V1 then it doesn't get passed
parameters like that. The compiler should have flagged this.

Also, can you show how you defined the function in SQL, does it match?

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: Frank Wittig
Дата:
Сообщение: Re: warm standby server stops doing checkpoints afterawhile
Следующее
От: Tom Lane
Дата:
Сообщение: Re: invalid memory alloc after insert with c trigger function