]> granicus.if.org Git - postgresql/commit
Remove bogus Assert in make_partitionedrel_pruneinfo().
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Aug 2018 00:02:10 +0000 (20:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Aug 2018 00:02:33 +0000 (20:02 -0400)
commit69d0e7e6b81db733971508da0e512115930edf1e
tree0151b93ae012ca41042e126801eaf11db078f25c
parent393e539c54d14ecd2b7d15b4cf2ac4a858ec451b
Remove bogus Assert in make_partitionedrel_pruneinfo().

This Assert thought that a given rel couldn't be both leaf and
non-leaf, but it turns out that in some unusual plan trees
that's wrong, so remove it.

The lack of testing for cases like that is quite concerning ---
there is little reason for confidence that there aren't other
bugs in the area.  But developing a stable test case seems
rather difficult, and in any case we don't need this Assert.

David Rowley

Discussion: https://postgr.es/m/CAJGNTeOkdk=UVuMugmKL7M=owgt4nNr1wjxMg1F+mHsXyLCzFA@mail.gmail.com
src/backend/partitioning/partprune.c