pgsql-server/src/pl/plpgsql/src gram.y pl_comp ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/pl/plpgsql/src gram.y pl_comp ...
Date: 2002-08-08 01:36:05
Message-ID: 20020808013605.26C2A4754A8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/08/07 21:36:05

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

Log message:
Clean up plpgsql identifier handling: process quoted identifiers
correctly, truncate to NAMEDATALEN where needed, allow whitespace
around dots in qualified identifiers. Get rid of T_RECFIELD and
T_TGARGV token categories, which weren't accomplishing anything
except to create room for sins of omission in the grammar, ie,
places that should have allowed them and didn't. Fix a few other
bugs en passant.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-08-08 01:44:31 pgsql-server/src backend/catalog/namespace.c b ...
Previous Message Tom Lane 2002-08-08 01:22:35 pgsql-server/src/backend/parser parse_type.c