Re: pgsql: Remove __FUNCTION__ keyword that is not recognized by som - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Remove __FUNCTION__ keyword that is not recognized by som
Date
Msg-id 20100106151514.GC6129@alvh.no-ip.org
Whole thread Raw
In response to pgsql: Remove __FUNCTION__ keyword that is not recognized by som  (meskes@postgresql.org (Michael Meskes))
List 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 by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Remove __FUNCTION__ keyword that is not recognized by som
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Replaced int64_t with int64 as Andrew suggested.