forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1ce4a80
committed
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 otherpaths.Bug #15475. Thinko in1804284. Back-patch to 11.Reported-by: Paul SchaapDiagnosed-by: Andrew GierthDicussion:https://postgr.es/m/15475-11a7a783fed72a36%40postgresql.org1 parenta4634b9 commit1ce4a80
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1395 | 1395 |
| |
1396 | 1396 |
| |
1397 | 1397 |
| |
1398 |
| - | |
| 1398 | + | |
1399 | 1399 |
| |
1400 | 1400 |
| |
1401 | 1401 |
| |
|
0 commit comments
Comments
(0)