Re: Open 7.1 items

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Open 7.1 items
Дата
Msg-id 28774.980648091@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Open 7.1 items  (Philip Warner <pjw@rhyme.com.au>)
Ответы Re: Open 7.1 items  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
Philip Warner <pjw@rhyme.com.au> writes:
>> Also I'm not quite sure "#arg" (stringification) is
>> portable enough in all platforms.)  

> The patch looks fine to me, but I have no idea how portable #arg is

Use the CppAsString macro from our c.h ... that's what it's for.

It's actually fairly unlikely that anyone still uses a compiler that
doesn't grok #arg and yet can handle the other ANSI-isms that Postgres
requires.  However, we may as well stick to the coding conventions
we have...
        regards, tom lane


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

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: Open 7.1 items
Следующее
От: Philip Warner
Дата:
Сообщение: Re: Open 7.1 items