pgsql/src/backend/parser (gram.y analyze.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/parser (gram.y analyze.c)
Date: 2000-08-11 23:45:28
Message-ID: 200008112345.e7BNjSo17686@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, August 11, 2000 @ 19:45:27
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
from hub.org:/home/projects/pgsql/tmp/cvs-serv17677/backend/parser

Modified Files:
gram.y analyze.c

----------------------------- Log Message -----------------------------

copyObject() and equal() now know about all parse-time node types,
including utility statements. Still can't copy or compare executor
state, but at present that doesn't seem to be necessary. This makes
it possible to execute most (all?) utility statements in plpgsql.
Had to change parsetree representation of CreateTrigStmt so that it
contained only legal Nodes, and not bare string constants.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-11 23:45:31 pgsql/src/backend/commands (trigger.c)
Previous Message The Hermit Hacker 2000-08-11 19:19:34 Re: pgsql/src/backend/utils/cache (fcache.c)