git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 36e012e) | patch
Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty
Mon, 6 Nov 2006 18:21:31 +0000 (18:21 +0000)
Mon, 6 Nov 2006 18:21:31 +0000 (18:21 +0000)
commit f0395d50e9486e1a5691fe4bfab92d4800460c83
Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty
sub-arrays. Per discussion, if all inputs are empty arrays then result
must be an empty array too, whereas a mix of empty and nonempty arrays
should (and already did) draw an error. In the back branches, the
construct was strict: any NULL input immediately yielded a NULL output;
so I left that behavior alone. HEAD was simply ignoring NULL sub-arrays,
which doesn't seem very sensible. For lack of a better idea it now
treats NULL sub-arrays the same as empty ones.
src/backend/executor/execQual.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /