pgsql: Don't superfluously materialize slot after DELETE from an FDW.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't superfluously materialize slot after DELETE from an FDW.
Date: 2019-02-28 22:56:40
Message-ID: E1gzUbY-0004Wy-I3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't superfluously materialize slot after DELETE from an FDW.

Previously that was needed to safely store the table oid, but after
b8d71745eac0a127 that's not necessary anymore.

Author: Andres Freund

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/253655116bb437d649203a5a87105e885e4b08f9

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-02-28 23:47:07 Re: pgsql: Use slots in trigger infrastructure, except for the actual invoc
Previous Message Alvaro Herrera 2019-02-28 22:25:23 pgsql: Improve docs for ALTER TABLE .. SET TABLESPACE