pgsql: Correct _bt_delitems_vacuum() lock comments.
Peter Geoghegan <[email protected]> Thu, 02 Jan 2020 21:31:35 +0000
| Newsgroups | gmane.comp.db.postgresql.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Correct _bt_delitems_vacuum() lock comments. The expectation within _bt_delitems_vacuum() is that caller has a super-exclusive/cleanup buffer lock (not just a pin and a write lock). Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/44e44bd258a71162444d41a1044c795f2c6dd3d1 Modified Files -------------- src/backend/access/nbtree/nbtpage.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)