Remove redundant incomplete split assertion.
authorPeter Geoghegan <pg@bowt.ie>
Mon, 6 Jan 2020 01:42:13 +0000 (17:42 -0800)
committerPeter Geoghegan <pg@bowt.ie>
Mon, 6 Jan 2020 01:42:13 +0000 (17:42 -0800)
commitfc3100112395485f1c65848b273b3235de4aad07
tree5b9e8230bbae060706f517a2f52496dd3d6cdbcc
parent8c081a2f4e8eec11747e709c1ea4c3485ef129dd
Remove redundant incomplete split assertion.

The fastpath insert optimization's incomplete split flag Assert() is
redundant.  We'll reach the more general Assert() within
_bt_findinsertloc() in all cases. (Besides, Assert()'ing that the
rightmost page doesn't have the flag set never made much sense.)
src/backend/access/nbtree/nbtinsert.c