Fix comment on B-tree insertion fastpath condition.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 29d7ebf51ee33e1711fc9681f273f3de2da76ebf
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2018-04-10T13:57:19Z
Releases: 11.0
Fix comment on B-tree insertion fastpath condition.

The comment earlier in the function correctly states "and the insertion
key is strictly greater than the first key in this page". That is what
we check here, not "greater than or equal".

Files

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