pgsql: Fix bug in freespace calculation in heap_multi_insert().

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix bug in freespace calculation in heap_multi_insert().
Дата
Msg-id E1SUcBP-0007tm-KC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug in freespace calculation in heap_multi_insert().

If the amount of freespace on page was less than the amount reserved by
fillfactor, the calculation would underflow.

This fixes bug #6643 reported by Tomonari Katsumata.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6593c5b5dc39b179b1b7a3c947df2596af3e70c9

Modified Files
--------------
src/backend/access/heap/heapam.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix a whitespace issue with the man pages
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve error message for ALTER COLUMN TYPE coercion failure.