https://github.com/postgres/postgres
Revision aadfd6e5d660f497be3f64fc120c4339da6c7192 authored by Heikki Linnakangas on 08 October 2011, 08:17:40 UTC, committed by Heikki Linnakangas on 08 October 2011, 08:21:16 UTC
transform_null_equals is only supposed to affect "foo = NULL" expressions
given directly by the user, not the internal "foo = NULL" expression
generated from CASE-WHEN.

This fixes bug #6242, reported by Sergey. Backpatch to all supported
branches.
1 parent b6959ee
History
Tip revision: aadfd6e5d660f497be3f64fc120c4339da6c7192 authored by Heikki Linnakangas on 08 October 2011, 08:17:40 UTC
Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.
Tip revision: aadfd6e
File Mode Size
config
contrib
doc
src
.gitignore -rw-r--r-- 233 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.8 KB
Makefile -rw-r--r-- 1.4 KB
README -rw-r--r-- 2.0 KB
README.git -rw-r--r-- 820 bytes
aclocal.m4 -rw-r--r-- 445 bytes
configure -rwxr-xr-x 693.1 KB
configure.in -rw-r--r-- 47.2 KB

README

back to top