mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Delete inaccurate C comment about FSM and adding pages, per Robert Haas.
This commit is contained in:
@ -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
|
* One possibility is to leave "fillfactor" worth of space in this page
|
||||||
* and update FSM with the remaining space.
|
* 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;
|
return ndeleted;
|
||||||
|
Reference in New Issue
Block a user