pgsql: Initialize pad bytes in GinFormTuple().

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Initialize pad bytes in GinFormTuple().
Дата
Msg-id E1Us0B6-0007jj-Gr@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Initialize pad bytes in GinFormTuple().

Every other core buffer page consumer initializes the bytes it furnishes
to PageAddItem().  For consistency, do the same here.  No back-patch;
regardless, we couldn't count on the fix so long as binary upgrade can
carry forward affected index builds.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1d96bb96024c51f5a445f85ec45ce2e9bbd08c56

Modified Files
--------------
src/backend/access/gin/ginentrypage.c |    6 ++++++
1 file changed, 6 insertions(+)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Document effect of constant folding on CASE.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Document effect of constant folding on CASE.