diff options
Diffstat (limited to 'src/backend/access/nbtree/nbtinsert.c')
-rw-r--r-- | src/backend/access/nbtree/nbtinsert.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/access/nbtree/nbtinsert.c b/src/backend/access/nbtree/nbtinsert.c index 1c1d4a4bc92..a36b35010e5 100644 --- a/src/backend/access/nbtree/nbtinsert.c +++ b/src/backend/access/nbtree/nbtinsert.c @@ -2278,7 +2278,8 @@ _bt_finish_split(Relation rel, Buffer lbuf, BTStack stack) * stack. For example, the checkingunique _bt_doinsert() case may * have to step right when there are many physical duplicates, and its * scantid forces an insertion to the right of the "first page the - * value could be on". + * value could be on". (This is also relied on by all of our callers + * when dealing with !heapkeyspace indexes.) * * Returns write-locked parent page buffer, or InvalidBuffer if pivot * tuple not found (should not happen). Adjusts bts_blkno & |