[COMMITTERS] pgsql: Fix mishandling of after-trigger state when a SQL function

2006-10-12 Thread Tom Lane
Log Message: --- Fix mishandling of after-trigger state when a SQL function returns multiple rows --- if the surrounding query queued any trigger events between the rows, the events would be fired at the wrong time, leading to bizarre behavior. Per report from Merlin Moncure. This is a sim

[COMMITTERS] pgsql: Fix mishandling of after-trigger state when a SQL function

2006-10-12 Thread Tom Lane
Log Message: --- Fix mishandling of after-trigger state when a SQL function returns multiple rows --- if the surrounding query queued any trigger events between the rows, the events would be fired at the wrong time, leading to bizarre behavior. Per report from Merlin Moncure. This is a sim

[COMMITTERS] pgsql: Fix mishandling of after-trigger state when a SQL function

2006-10-12 Thread Tom Lane
Log Message: --- Fix mishandling of after-trigger state when a SQL function returns multiple rows --- if the surrounding query queued any trigger events between the rows, the events would be fired at the wrong time, leading to bizarre behavior. Per report from Merlin Moncure. This is a sim