Re: Bug #779: query 'SELECT '{1,2}' *= NULL' crash backend

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #779: query 'SELECT '{1,2}' *= NULL' crash backend
Дата
Msg-id 22530.1032798830@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #779: query 'SELECT '{1,2}' *= NULL' crash backend  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> query 'SELECT '{1,2}' *= NULL' crash backend

The functions defined by the contrib/array module should all be marked
strict.  But they were not in 7.2 :-(.

Current sources have, for example,

create or replace function array_texteq(_text, text) returns bool
  as 'MODULE_PATHNAME'
  language C with (isStrict);

in array_iterator.sql.in.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #779: query 'SELECT '{1,2}' *= NULL' crash backend
Следующее
От: Ruslan A Dautkhanov
Дата:
Сообщение: numeric type conversions