pgsql: Adjust _bt_insertonpg() comments

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust _bt_insertonpg() comments
Date: 2018-04-19 08:09:16
Message-ID: E1f94d2-00074g-El@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust _bt_insertonpg() comments

Remove an obsolete reference to the 'afteritem' argument, which was
removed by commit bc292937. Add a comment that clarifies how
_bt_insertonpg() indirectly handles the insertion of high key items.

Author: Peter Geoghegan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f97f0c921ae56bb16e466f3c9d6c504f4a96a539

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2018-04-19 08:29:03 pgsql: Fix datatype for number of heap tuples during last cleanup
Previous Message Alexander Korotkov 2018-04-19 07:44:13 Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi