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

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Remove __FUNCTION__ keyword that is not recognized by som
Date: 2010-01-06 15:15:14
Message-ID: 20100106151514.GC6129@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2010-01-06 15:15:55 pgsql: Replaced int64_t with int64 as Andrew suggested.
Previous Message Michael Meskes 2010-01-06 15:10:21 pgsql: Remove __FUNCTION__ keyword that is not recognized by som