Re: pgsql: Change InitToastSnapshot to a macro.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Change InitToastSnapshot to a macro.
Дата
Msg-id 57A4E6DF.8070209@dunslane.net
обсуждение исходный текст
Ответ на pgsql: Change InitToastSnapshot to a macro.  (Robert Haas <rhaas@postgresql.org>)
Ответы Re: pgsql: Change InitToastSnapshot to a macro.
Список pgsql-committers

On 08/05/2016 12:04 PM, Robert Haas wrote:
> Change InitToastSnapshot to a macro.
>
> tqual.h is included in some front-end compiles, and a static inline
> breaks on buildfarm member castoroides.  Since the macro is never
> referenced, it should dodge that problem, although this doesn't
> seem like the cleanest way of hiding things from front-end compiles.
>
> Report and review by Tom Lane; patch by me.



Appears to have caused some buildfarm failures on the decoding tests.

cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix ts_delete(tsvector, text[]) to cope with duplicate array ent
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make array_to_tsvector() sort and de-duplicate the given strings