Обсуждение: pgsql: Remove __FUNCTION__ keyword that is not recognized by som
pgsql: Remove __FUNCTION__ keyword that is not recognized by som
От
meskes@postgresql.org (Michael Meskes)
Дата:
Log Message:
-----------
Remove __FUNCTION__ keyword that is not recognized by som compilers.
Modified Files:
--------------
pgsql/src/interfaces/ecpg/ecpglib:
sqlda.c (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/sqlda.c?r1=1.2&r2=1.3)
pgsql/src/interfaces/ecpg/include:
sqlda-native.h (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/sqlda-native.h?r1=1.1&r2=1.2)
pgsql/src/interfaces/ecpg/test/expected:
compat_informix-sqlda.stderr (r1.4 -> r1.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.stderr?r1=1.4&r2=1.5)
sql-sqlda.stderr (r1.4 -> r1.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/sql-sqlda.stderr?r1=1.4&r2=1.5)
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.