1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-22 14:32:25 +03:00

Cosmetic cleanup for commit a760893dbd.

Mostly, fixing overlooked comments.
This commit is contained in:
Tom Lane
2012-02-21 14:14:16 -05:00
parent c2a2f7516b
commit 9789c99d01
4 changed files with 31 additions and 15 deletions

View File

@@ -635,7 +635,8 @@ extern bool _bt_page_recyclable(Page page);
extern void _bt_delitems_delete(Relation rel, Buffer buf,
OffsetNumber *itemnos, int nitems, Relation heapRel);
extern void _bt_delitems_vacuum(Relation rel, Buffer buf,
OffsetNumber *itemnos, int nitems, BlockNumber lastBlockVacuumed);
OffsetNumber *itemnos, int nitems,
BlockNumber lastBlockVacuumed);
extern int _bt_pagedel(Relation rel, Buffer buf, BTStack stack);
/*