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. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
