pgsql: Fix NULL handling in multi-batch Parallel Hash Left Join.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Fix NULL handling in multi-batch Parallel Hash Left Join.
Дата
Msg-id E1gIhba-0006jN-AI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix NULL handling in multi-batch Parallel Hash Left Join.

NULL keys in left joins were skipped when building batch files.
Repair, by making the keep_nulls argument to ExecHashGetHashValue()
depend on whether this is a left outer join, as we do in other
paths.

Bug #15475.  Thinko in 1804284042e.  Back-patch to 11.

Reported-by: Paul Schaap
Diagnosed-by: Andrew Gierth
Dicussion: https://postgr.es/m/15475-11a7a783fed72a36%40postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1ce4a807e25bcd726e34b8d3ba0338e9299f9a87

Modified Files
--------------
src/backend/executor/nodeHashjoin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: adjust simpler language for NULL return from ANY/ALL
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix NULL handling in multi-batch Parallel Hash Left Join.