pgsql/ oc/src/sgml/plsql.sgml rc/backend/parse ... - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/ oc/src/sgml/plsql.sgml rc/backend/parse ...
Date
Msg-id 200110090415.f994FcP83787@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/09 00:15:38

Modified files:
    doc/src/sgml   : plsql.sgml
    src/backend/parser: parse_type.c
    src/include/parser: parse_type.h
    src/pl/plpgsql/src: Makefile gram.y pl_comp.c plpgsql.h scan.l

Log message:
    Change plpgsql to depend on main parser's type-declaration grammar,
    rather than having its own somewhat half-baked notion of what a type
    declaration looks like.  This is necessary now to ensure that plpgsql
    will think a 'timestamp' variable has the same semantics as 'timestamp'
    does in the main SQL grammar; and it should avoid divergences in future.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/parser parse_target.c
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/doc/src/sgml plsql.sgml