Обсуждение: pgsql-server/src backend/executor/execQual.c b ...
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.
Cool - I'm glad someone finally fixed that! Chris Tom Lane wrote: > 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
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
>> Log message:
>> Make the world safe (more or less) for dropped columns in plpgsql rowtypes.