1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00
Files
postgres/src/backend
Thomas Munro 1ce4a807e2 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 1804284042.  Back-patch to 11.

Reported-by: Paul Schaap
Diagnosed-by: Andrew Gierth
Dicussion: https://postgr.es/m/15475-11a7a783fed72a36%40postgresql.org
2018-11-03 11:05:35 +13:00
..
2018-10-29 12:57:55 +13:00
2018-01-02 23:30:12 -05:00
2018-06-25 12:37:18 +02:00
2018-10-25 09:46:00 +09:00
2018-08-27 09:32:59 +12:00
2018-03-30 17:33:04 -07:00
2018-09-06 11:33:04 +02:00
2018-06-25 12:37:18 +02:00