Remove redundant incomplete split assertion.

Peter Geoghegan <pg@bowt.ie>

Commit: fc3100112395485f1c65848b273b3235de4aad07
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2020-01-06T01:42:13Z
Releases: 13.0
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.)

Files

PathChange+/−
src/backend/access/nbtree/nbtinsert.c modified +0 −5