pgsql: simplehash: preserve consistency in case of OOM.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: simplehash: preserve consistency in case of OOM.
Дата
Msg-id E1r47Ed-005wqO-B2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
simplehash: preserve consistency in case of OOM.

Compute size first, then allocate, then update the structure.

Previously, an out-of-memory when growing could leave the hashtable in
an inconsistent state.

Discussion: https://postgr.es/m/20231117201334.eyb542qr5yk4gilq@awork3.anarazel.de
Reviewed-by: Andres Freund
Reviewed-by: Gurjeet Singh

Branch
------
master

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

Modified Files
--------------
src/include/lib/simplehash.h | 42 +++++++++++++++++++++++++++++++-----------
1 file changed, 31 insertions(+), 11 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: docs: Document --with-selinux/-Dselinux options centrally
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: meson: Fix missing dependency from install-quiet to sepgsql.sql