pgsql: Fix off-by-one in newly-introdcued GIN assertion.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix off-by-one in newly-introdcued GIN assertion.
Дата
Msg-id E1W6cuk-0003Mg-Fu@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix off-by-one in newly-introdcued GIN assertion.

Spotted by Alexander Korotkov

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a8f374849fe2e2fcd62bbba8be85ccf030c31683

Modified Files
--------------
src/backend/access/gin/gindatapage.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: In GIN recompression code, use mmemove rather than memcpy, for v
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Reset unused fields in GIN data leaf page footer.