Re: more fixes for making contrib null safe

Поиск
Список
Период
Сортировка
От Jon Jensen
Тема Re: more fixes for making contrib null safe
Дата
Msg-id Pine.LNX.4.61.0501290315060.5338@lash.binyan.swelter.net
обсуждение исходный текст
Ответ на more fixes for making contrib null safe  (Kris Jurka <books@ejurka.com>)
Ответы Re: more fixes for making contrib null safe  (Kris Jurka <books@ejurka.com>)
Список pgsql-patches
On Fri, 28 Jan 2005, Kris Jurka wrote:

> This adds the strict function attribute to the places in contrib that
> crash on null inputs.

Doesn't C need to be quoted? A few of those looked like this:

LANGUAGE C STRICT

but I thought it should be:

LANGUAGE 'C' STRICT

Is that right?

Jon


--
Jon Jensen
End Point Corporation
http://www.endpoint.com/
Software development with Interchange, Perl, PostgreSQL, Apache, Linux, ...

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: more fixes for making contrib null safe
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: more fixes for making contrib null safe