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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: pageinspect: Fix use of wrong memory context byhash_page_items.
Дата
Msg-id E1ef5Y2-0008Dq-7f@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b0313f9cc8f54d6a5c12f8987c9b6afa0a5bbced

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


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Use abstracted SSL API in server connection log messages
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove the obsolete WITH clause of CREATE FUNCTION.