Thread: pgsql-server/src backend/catalog/pg_proc.c tes ...

pgsql-server/src backend/catalog/pg_proc.c tes ...

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/03/13 21:58:41

Modified files:
    src/backend/catalog: pg_proc.c
    src/test/regress/output: create_function_1.source

Log message:
    Arrange to emit a CONTEXT: SQL function "foo" entry in an error
    message that is reporting a prechecking error in a SQL function.
    This is to cue client-side code that the syntax error position,
    if any, is with respect to the function body and not the outer command.