Obsolete comment above _bt_doinsert()

Started by Peter Geogheganover 12 years ago2 messagesbugs
Jump to latest

The comments above _bt_doinsert() say at one point:

* This routine is called by the public interface routines, btbuild
* and btinsert. By here, itup is filled in, including the TID, in
* contrast with _bt_lockinsert() where the heap tuple is not yet
* inserted.

This is obsolete; since commit 89bda95d, only the insert public
interface routine calls _bt_doinsert().

--
Peter Geoghegan

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Heikki Linnakangas
heikki.linnakangas@enterprisedb.com
In reply to: Peter Geoghegan (#1)
Re: Obsolete comment above _bt_doinsert()

On 12/26/2013 01:27 AM, Peter Geoghegan wrote:

The comments above _bt_doinsert() say at one point:

* This routine is called by the public interface routines, btbuild
* and btinsert. By here, itup is filled in, including the TID, in
* contrast with _bt_lockinsert() where the heap tuple is not yet
* inserted.

This is obsolete; since commit 89bda95d, only the insert public
interface routine calls _bt_doinsert().

(cleaning up my inbox) Thanks, fixed!

- Heikki

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs