Obsolete comment above _bt_doinsert()

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Obsolete comment above _bt_doinsert()
Date: 2013-12-25 23:27:52
Message-ID: CAM3SWZTgcmf+baBM-1QbaACgEbjYZ9-Gxp_VW9NShkK6n4=oRQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message amutu 2013-12-26 02:47:47 BUG #8701: recover process hang on slave
Previous Message Jeff Janes 2013-12-25 18:28:55 BUG #8687: HashAggregate runs out of memory