Re: [PATCH] Improve geometric types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] Improve geometric types
Дата
Msg-id 27626.1532897864@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCH] Improve geometric types  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Ответы Re: [PATCH] Improve geometric types
Список pgsql-hackers
Tomas Vondra <tomas.vondra@2ndquadrant.com> writes:
> This should fix it I guess, and it's how we deal with unused return
> values elsewhere. I've considered using USE_ASSERT_CHECKING here, but it
> seems rather ugly with that. I'll wait for Emre's opinion ...

I think what you want is to mark the variable with
PG_USED_FOR_ASSERTS_ONLY.

            regards, tom lane


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: [PATCH] Improve geometric types
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bizarre behavior in libpq's searching of ~/.pgpass