pgsql: Fix incorrect math in DetermineSafeOldestOffset.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix incorrect math in DetermineSafeOldestOffset.
Дата
Msg-id E1YqNaX-0005YV-L3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix incorrect math in DetermineSafeOldestOffset.

The old formula didn't have enough parentheses, so it would do the wrong
thing, and it used / rather than % to find a remainder.  The effect of
these oversights is that the stop point chosen by the logic introduced in
commit b69bf30b9bfacafc733a9ba77c9587cf54d06c0c might be rather
meaningless.

Thomas Munro, reviewed by Kevin Grittner, with a whitespace tweak by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7be47c56af3d3013955c91c2877c08f2a0e3e6a2

Modified Files
--------------
src/backend/access/transam/multixact.c |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix incorrect math in DetermineSafeOldestOffset.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix incorrect math in DetermineSafeOldestOffset.