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
pgsql-committers by date
| Next: | From: Michael Meskes | Date: 2010-01-06 15:15:55 |
| Subject: pgsql: Replaced int64_t with int64 as Andrew suggested. |
| Previous: | From: Michael Meskes | Date: 2010-01-06 15:10:21 |
| Subject: pgsql: Remove __FUNCTION__ keyword that is not recognized by som |