Обсуждение: pgsql: pageinspect: Fix use of wrong memory context byhash_page_items.

Поиск
Список
Период
Сортировка

pgsql: pageinspect: Fix use of wrong memory context byhash_page_items.

От
Robert Haas
Дата:
pageinspect: Fix use of wrong memory context by hash_page_items.

This can cause it to produce incorrect output.

Report and patch by Masahiko Sawada.

Discussion: http://postgr.es/m/CAD21AoBc5Asx7pXdUWu6NqU_g=Ysn95EGL9SMeYhLLduYoO_OA@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/51fc1b09a3baa5361a15c4d4ec4faa74a3a3cee0

Modified Files
--------------
contrib/pageinspect/hashfuncs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)