]> granicus.if.org Git - postgresql/commit
Fix multicolumn GIN's wrong results with fastupdate enabled.
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 13 Nov 2009 11:17:22 +0000 (11:17 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 13 Nov 2009 11:17:22 +0000 (11:17 +0000)
commit66ad0b3a05fce400dffb5f6f2da2a2e4462897af
treeea167b3d1dd4ef5263701c73fcea796f6eba172f
parent7a6aa851f5016a3aec0a0fe3f8b579ad1c54fddc
Fix multicolumn GIN's wrong results with fastupdate enabled.
User-defined consistent functions believes the check array
contains at least one true element which was not a true for
scanning pending list.

Per report from Yury Don <yura@vpcit.ru>
src/backend/access/gin/ginget.c