pgsql: Adjust _bt_insertonpg() comments - Mailing list pgsql-committers

From Teodor Sigaev
Subject pgsql: Adjust _bt_insertonpg() comments
Date
Msg-id E1f94d2-00074g-El@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Skip full index scan during cleanup of B-tree indexes when possi
Next
From: Teodor Sigaev
Date:
Subject: pgsql: Fix datatype for number of heap tuples during last cleanup