Re: Use boolean array for nulls parameters

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Use boolean array for nulls parameters
Дата
Msg-id 480187.1611071135@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Use boolean array for nulls parameters  (japin <japinli@hotmail.com>)
Ответы Re: Use boolean array for nulls parameters  (japin <japinli@hotmail.com>)
Список pgsql-hackers
japin <japinli@hotmail.com> writes:
> When I review the [1], I find that the tuple's nulls array use char type.
> However there are many places use boolean array to repsent the nulls array,
> so I think we can replace the char type nulls array to boolean type.  This
> change will break the SPI_xxx API, I'm not sure whether this chagnges cause
> other problems or not.  Any thought?

We have always considered that changing the APIs of published SPI
interfaces is a non-starter.  The entire reason those calls still
exist at all is for the benefit of third-party extensions.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TOAST condition for column size
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH 1/1] Fix detection of pwritev support for OSX.