[COMMITTERS] pgsql: Fix bug in hashbulkdelete.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Fix bug in hashbulkdelete.
Дата
Msg-id E1cGr1o-0007Ox-DO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug in hashbulkdelete.

Commit 6d46f4783efe457f74816a75173eb23ed8930020 failed to account for
the possibility that hashbulkdelete() might encounter a bucket that
has been split since it began scanning the bucket array.  Repair.

Extracted from a larger pathc by Amit Kapila; I rewrote the comment.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/501c7b94bcb00cfa0faad60135cf6af82fd56a3a

Modified Files
--------------
src/backend/access/hash/hash.c | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix bugs in RelationGetPartitionDispatchInfo.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Prevent planagg.c from failing on queries containing CTEs.