Re: ModifyTable overheads in generic plans
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Cc: David Rowley <dgrowleyml@gmail.com>, tsunakawa.takay@jp.fujitsu.com
Date: 2020-07-01T06:30:39Z
Lists: pgsql-hackers
Attachments
- v2-0003-Delay-initializing-UPDATE-DELETE-ResultRelInfos.patch (application/octet-stream) patch v2-0003
- v2-0002-Do-not-set-rootResultRelIndex-unnecessarily.patch (application/octet-stream) patch v2-0002
- v2-0001-Revise-how-some-FDW-executor-APIs-obtain-ResultRe.patch (application/octet-stream) patch v2-0001
On Fri, Jun 26, 2020 at 9:36 PM Amit Langote <amitlangote09@gmail.com> wrote: > I would like to discuss a refactoring patch that builds on top of the > patches at [1] to address $subject. I forgot to update a place in postgres_fdw causing one of its tests to crash. Fixed in the attached updated version. -- Amit Langote EnterpriseDB: http://www.enterprisedb.com
Commits
-
Comment cleanup for a1115fa07.
- 0d46771eaaf7 14.0 landed
-
Postpone some more stuff out of ExecInitModifyTable.
- a1115fa07823 14.0 landed
-
Postpone some stuff out of ExecInitModifyTable.
- c5b7ba4e67ae 14.0 landed