Delete inaccurate C comment about FSM and adding pages, per Robert Haas.

This commit is contained in:
Bruce Momjian 2012-08-16 19:02:58 -04:00
parent 86d0d16f8a
commit 3325957656

View File

@ -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;