git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 4c11d2c) | patch
Avoid looping through line pointers twice in PageRepairFragmentation().
Fri, 3 Nov 2017 21:21:59 +0000 (17:21 -0400)
Fri, 3 Nov 2017 21:21:59 +0000 (17:21 -0400)
commit a9169f0200fc57e01cbd216bbd41c9ea3a79a7b0
Avoid looping through line pointers twice in PageRepairFragmentation().

There doesn't seem to be any good reason to do the filling of the
itemidbase[] array separately from the first traversal of the pointers.
It's certainly not a win if there are any line pointers with storage,
and even if there aren't, this change doesn't insert code into the part
of the first loop that will be traversed in that case. So let's just
merge the two loops.

Yura Sokolov, reviewed by Claudio Freire

Discussion: https://postgr.es/m/e49befcc6f1d7099834c6fdf5c675a60@postgrespro.ru
src/backend/storage/page/bufpage.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /