pgsql: Add array_contains_nulls() function in arrayfuncs.c.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add array_contains_nulls() function in arrayfuncs.c.
Дата
Msg-id E1Pbk47-0002QE-K6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add array_contains_nulls() function in arrayfuncs.c.

This will support fixing contrib/intarray (and probably other places)
so that they don't have to fail on arrays that contain a null bitmap
but no live null entries.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=adf328c0e1bfde90b944d53f7197fc436bc0c707

Modified Files
--------------
src/backend/utils/adt/arrayfuncs.c |   47 +++++++++++++++++++++++++++++++++--
src/include/utils/array.h          |    1 +
2 files changed, 45 insertions(+), 3 deletions(-)


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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: In ecpg's parser removed a fixed length limit for constants defi
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix up gincostestimate for new extractQuery API.