pgsql: Fix bad formula in previous commit.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix bad formula in previous commit.
Дата
Msg-id E1ihJtV-0006iR-Ba@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bad formula in previous commit.

Commit d5406dea25b600408e7acf17d5a06e82d3ce6d0d used a slightly
novel, and wrong, approach to compute the length of the last
toast chunk. It worked fine unless the last chunk happened to
have the largest possible size.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5184f110aa4130ec87b0b3e0834292cd8cb1fd8a

Modified Files
--------------
src/backend/access/common/detoast.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Code cleanup for toast_fetch_datum and toast_fetch_datum_slice.