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

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 5302760) | patch
Fix recently-introduced crash in array_contain_compare().
2015年5月22日 22:36:48 +0000 (18:36 -0400)
2015年5月22日 22:36:48 +0000 (18:36 -0400)
commit 49ad32d5d99cb4a79bf648c0b7f9eca19b54cf1d
Fix recently-introduced crash in array_contain_compare().

Silly oversight in commit 1dc5ebc9077ab742079ce5dac9a6664248d42916:
when array2 is an expanded array, it might have array2->xpn.dnulls equal
to NULL, indicating the array is known null-free. The code wasn't
expecting that, because it formerly always used deconstruct_array() which
always delivers a nulls array.

Per bug #13334 from Regina Obe.
src/backend/utils/adt/arrayfuncs.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

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