Re: better atomics - v0.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: better atomics - v0.2
Дата
Msg-id 9336.1384875455@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: better atomics - v0.2  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: better atomics - v0.2  (Andres Freund <andres@2ndquadrant.com>)
Re: better atomics - v0.2  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> The only animal we have that doesn't support quiet inlines today is
> HP-UX/ac++, and I think - as in patch 1 in the series - we might be able
> to simply suppress the warning there.

Or just not worry about it, if it's only a warning?  Or does the warning
mean code bloat (lots of useless copies of the inline function)?
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: better atomics - v0.2
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Assertions in PL/PgSQL