[COMMITTERS] pgsql: Prevent ExecInsert() and ExecUpdate() from scribbling on the

2005-11-14 Thread Tom Lane
Log Message: --- Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple slot of the topmost plan node when a trigger returns a modified tuple. These appear to be the only places where a plan node's caller did not treat the result slot as read-only, which is an assumption

[COMMITTERS] pgsql: Prevent ExecInsert() and ExecUpdate() from scribbling on the

2005-11-14 Thread Tom Lane
Log Message: --- Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple slot of the topmost plan node when a trigger returns a modified tuple. These appear to be the only places where a plan node's caller did not treat the result slot as read-only, which is an assumption