mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Delete inaccurate C comment about FSM and adding pages, per Robert Haas.
This commit is contained in:
parent
86d0d16f8a
commit
3325957656
@ -291,9 +291,6 @@ heap_page_prune(Relation relation, Buffer buffer, TransactionId OldestXmin,
|
||||
*
|
||||
* One possibility is to leave "fillfactor" worth of space in this page
|
||||
* and update FSM with the remaining space.
|
||||
*
|
||||
* In any case, the current FSM implementation doesn't accept
|
||||
* one-page-at-a-time updates, so this is all academic for now.
|
||||
*/
|
||||
|
||||
return ndeleted;
|
||||
|
Loading…
Reference in New Issue
Block a user