projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86d0d16
)
Delete inaccurate C comment about FSM and adding pages, per Robert Haas.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 16 Aug 2012 23:02:58 +0000
(19:02 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 16 Aug 2012 23:02:58 +0000
(19:02 -0400)
src/backend/access/heap/pruneheap.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/heap/pruneheap.c
b/src/backend/access/heap/pruneheap.c
index b61b603adb1eac2fbbf42443a5762ed5ac2274c4..a89ef077ce8acbcd4b08bd5743ece5adaa5323f2 100644
(file)
--- a/
src/backend/access/heap/pruneheap.c
+++ b/
src/backend/access/heap/pruneheap.c
@@
-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;