postgresql/src
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
..
backend Fix NULL handling in multi-batch Parallel Hash Left Join. 2018-11-03 11:05:35 +13:00
bin Fix spelling errors and typos in comments 2018-11-02 13:56:52 +01:00
common Make spelling of "acknowledgment" consistent 2018-10-15 10:06:45 +02:00
fe_utils
include Fix spelling errors and typos in comments 2018-11-02 13:56:52 +01:00
interfaces Fix spelling errors and typos in comments 2018-11-02 13:56:52 +01:00
makefiles
pl Still further rethinking of build changes for macOS Mojave. 2018-10-18 14:55:23 -04:00
port Apply unconstify() in more places 2018-10-25 01:02:46 +01:00
template Still further rethinking of build changes for macOS Mojave. 2018-10-18 14:55:23 -04:00
test Fix spelling errors and typos in comments 2018-11-02 13:56:52 +01:00
timezone Sync our copy of the timezone library with IANA release tzcode2018g. 2018-10-31 09:47:53 -04:00
tools Fix spelling errors and typos in comments 2018-11-02 13:56:52 +01:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Still further rethinking of build changes for macOS Mojave. 2018-10-18 14:55:23 -04:00
Makefile.shlib
nls-global.mk