Re: problems on Solaris

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: problems on Solaris
Дата
Msg-id CA+TgmoZMb6NzR-_UsoFFwZgm2xxrJUWk5wCgZwUjnnfnqk=8tQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: problems on Solaris  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Wed, Jun 24, 2015 at 8:42 AM, Andres Freund <andres@anarazel.de> wrote:
> I'm wondering wether we should add a #warning to atomic.c if either the
> fallback memory or compiler barrier is used? Might be annoying to people
> using -Werror, but I doubt that's possible anyway on such old systems.

#warning isn't totally portable, so I think it might be better not to
do that.  Yeah, it'll work in a lot of places, but the sorts of
obscure systems where the fallbacks are used are also more likely to
have funky compilers that just barf on the directive outright.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Multixid hindsight design
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: Add CINE for ALTER TABLE ... ADD COLUMN