pgsql: Tweak the tree descent loop in fsm_search_avail to not look at

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Tweak the tree descent loop in fsm_search_avail to not look at
Дата
Msg-id 20081210171118.C107D7545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Tweak the tree descent loop in fsm_search_avail to not look at the
right child if it doesn't need to.  This saves some miniscule number
of cycles, but the ulterior motive is to avoid an optimization bug
known to exist in SCO's C compiler (and perhaps others?)

Modified Files:
--------------
    pgsql/src/backend/storage/freespace:
        fsmpage.c (r1.2 -> r1.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/freespace/fsmpage.c?r1=1.2&r2=1.3)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update journaling performance docs based on comments by Michael
Следующее
От: cunha17@pgfoundry.org (User Cunha17)
Дата:
Сообщение: snapshot - src: Fix for internal NOTICE messages in production