]> granicus.if.org Git - postgresql/commit
Add test case exercising formerly-unreached code in inheritance_planner.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 31 Mar 2019 19:49:06 +0000 (15:49 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 31 Mar 2019 19:49:06 +0000 (15:49 -0400)
commit8fba397f0ca7b9a1fd59ab2b676c057dde4f8219
tree4dffdcca6da9c85a6d28ffca3ad76e278a934b88
parent9fd4de119c609b4110eea74f00f7b9002e14aa38
Add test case exercising formerly-unreached code in inheritance_planner.

There was some debate about whether the code I'd added to remap
AppendRelInfos obtained from the initial SELECT planning run is
actually necessary.  Add a test case demonstrating that it is.

Discussion: https://postgr.es/m/23831.1553873385@sss.pgh.pa.us
src/test/regress/expected/updatable_views.out
src/test/regress/sql/updatable_views.sql