diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-08-08 20:02:10 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-08-08 20:02:33 -0400 |
commit | 69d0e7e6b81db733971508da0e512115930edf1e (patch) | |
tree | 0151b93ae012ca41042e126801eaf11db078f25c /src/backend/access/spgist/spgutils.c | |
parent | 393e539c54d14ecd2b7d15b4cf2ac4a858ec451b (diff) | |
download | postgresql-69d0e7e6b81db733971508da0e512115930edf1e.tar.gz postgresql-69d0e7e6b81db733971508da0e512115930edf1e.zip |
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
Diffstat (limited to 'src/backend/access/spgist/spgutils.c')
0 files changed, 0 insertions, 0 deletions