pgsql-server/src backend/executor/execQual.c b ...

Started by Tom Lanealmost 23 years ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/09/25 20:02:12

Modified files:
src/backend/executor: execQual.c nodeFunctionscan.c
src/pl/plpgsql/src: gram.y pl_comp.c pl_exec.c pl_funcs.c
plpgsql.h

Log message:
Make the world safe (more or less) for dropped columns in plpgsql rowtypes.

#2Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#1)
Re: pgsql-server/src backend/executor/execQual.c b ...

Cool - I'm glad someone finally fixed that!

Chris

Tom Lane wrote:

Show quoted text

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/09/25 20:02:12

Modified files:
src/backend/executor: execQual.c nodeFunctionscan.c
src/pl/plpgsql/src: gram.y pl_comp.c pl_exec.c pl_funcs.c
plpgsql.h

Log message:
Make the world safe (more or less) for dropped columns in plpgsql rowtypes.

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christopher Kings-Lynne (#2)
Re: pgsql-server/src backend/executor/execQual.c b ...

Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:

Cool - I'm glad someone finally fixed that!

I wouldn't claim it's *entirely* fixed. I took care of the particular
problems I was looking at, but there are probably more.

regards, tom lane

Show quoted text

Log message:
Make the world safe (more or less) for dropped columns in plpgsql rowtypes.