Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.

Robert Haas <rhaas@postgresql.org>

Commit: 87c37e3291cb75273ccdf4645b9472dd805c4493
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-12-01T17:53:21Z
Releases: 11.0
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.

Commit 8355a011a0124bdf7ccbada206a967d427039553 was reverted in
f05230752d53c4aa74cffa9b699983bbb6bcb118, but this attempt is
hopefully better-considered: we now pass the correct value to
ExecOpenIndices, which should avoid the crash that we hit before.

Amit Langote, reviewed by Simon Riggs and by me.  Some final
editing by me.

Discussion: http://postgr.es/m/7ff1e8ec-dc39-96b1-7f47-ff5965dceeac@lab.ntt.co.jp

Files

Documentation touched

Discussion