Skip to content

Commit 3325957

Browse files
committed
Delete inaccurate C comment about FSM and adding pages, per Robert Haas.
1 parent 86d0d16 commit 3325957

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/access/heap/pruneheap.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,6 @@ heap_page_prune(Relation relation, Buffer buffer, TransactionId OldestXmin,
291291
*
292292
* One possibility is to leave "fillfactor" worth of space in this page
293293
* and update FSM with the remaining space.
294-
*
295-
* In any case, the current FSM implementation doesn't accept
296-
* one-page-at-a-time updates, so this is all academic for now.
297294
*/
298295

299296
return ndeleted;

0 commit comments

Comments
 (0)