pgsql/src/pl/plpgsql/src gram.y pl_comp.c pl_f ... - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/pl/plpgsql/src gram.y pl_comp.c pl_f ...
Date
Msg-id 200110091559.f99Fxum06929@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/09 11:59:56

Modified files:
    src/pl/plpgsql/src: gram.y pl_comp.c pl_funcs.c pl_handler.c
                        plpgsql.h scan.l

Log message:
    Change plpgsql compiler so that all elogs are trapped and a suitable
    NOTICE added about error location (same method already used by plpgsql
    executor).  Add checking of pg_proc row xmin/cmin to ensure that
    plpgsql functions will be recompiled after they've been modified by
    CREATE OR REPLACE FUNCTION.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/tcop utility.c
Next
From: petere@postgresql.org
Date:
Subject: pgsql/doc/src/sgml Makefile charset.sgml cvs.s ...