pgsql: When modifying a foreign table, initialize tableoid field proper

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: When modifying a foreign table, initialize tableoid field proper
Date: 2016-02-05 03:08:15
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-02-05 03:27:58 pgsql: postgres_fdw: Avoid possible misbehavior when RETURNING tableoid
Previous Message Peter Eisentraut 2016-02-05 01:42:30 Re: pgsql: Improve error reporting when location specified by postgres -D d