pgsql: When modifying a foreign table, initialize tableoid field proper - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: When modifying a foreign table, initialize tableoid field proper
Date
Msg-id E1aRWkp-0000Sv-TE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
When modifying a foreign table, initialize tableoid field properly.

Failure to do this can cause AFTER ROW triggers or RETURNING expressions
that reference this field to misbehave.

Etsuro Fujita, reviewed by Thom Brown

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/453d40817cd27910930248ab23a1e81fa04628f1

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Improve error reporting when location specified by postgres -D d
Next
From: Robert Haas
Date:
Subject: pgsql: When modifying a foreign table, initialize tableoid field proper