Re: pgsql: Remove __FUNCTION__ keyword that is not recognized by som

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Remove __FUNCTION__ keyword that is not recognized by som
Дата
Msg-id 20100106151514.GC6129@alvh.no-ip.org
обсуждение исходный текст
Ответ на pgsql: Remove __FUNCTION__ keyword that is not recognized by som  (meskes@postgresql.org (Michael Meskes))
Список pgsql-committers
Michael Meskes wrote:
> Log Message:
> -----------
> Remove __FUNCTION__ keyword that is not recognized by som compilers.

You can use PG_FUNCNAME_MACRO instead -- that's portable (and in fact we
use it in elog).

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Remove __FUNCTION__ keyword that is not recognized by som
Следующее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Replaced int64_t with int64 as Andrew suggested.