diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-16 19:02:58 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-16 19:02:58 -0400 |
commit | 33259576563f74d6c34b2f9e3292a54c66e9fd47 (patch) | |
tree | e93d421852b76bca8e217d75293bdc4d73cdf8e1 /src | |
parent | 86d0d16f8ae4b5da4fd7330c09d5ddd7d88b62f4 (diff) | |
download | postgresql-33259576563f74d6c34b2f9e3292a54c66e9fd47.tar.gz postgresql-33259576563f74d6c34b2f9e3292a54c66e9fd47.zip |
Delete inaccurate C comment about FSM and adding pages, per Robert Haas.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/heap/pruneheap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/access/heap/pruneheap.c b/src/backend/access/heap/pruneheap.c index b61b603adb1..a89ef077ce8 100644 --- 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; |