Re: recent compiler warnings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: recent compiler warnings
Дата
Msg-id 16656.1472007954@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: recent compiler warnings  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2016-08-23 19:54:39 -0700, Jeff Janes wrote:
>> commit ed0097e4f9e6b1 has introduced two compiler warnings:

> That's probably when compiling without assertions, right? rd_index is
> only read from within Assert()'s.... Probably needs a
> PG_USED_FOR_ASSERTS_ONLY slapped on.

Yeah, looks like that to me too.  I'm on it.
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: recent compiler warnings
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: Oddity in EXPLAIN for foreign/custom join pushdown plans