Re: pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c)
Date: 2000-08-12 00:07:21
Message-ID: 18071.966038841@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane <tgl(at)hub(dot)org> writes:
> 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.

BTW, I forgot to credit Ian Turner with doing most of the legwork on
the copyObject changes ...

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-08-12 04:04:55 pgsql/src/backend/utils/adt (ruleutils.c)
Previous Message Tom Lane 2000-08-11 23:46:54 pgsql/src/include/nodes (nodes.h parsenodes.h)