]> 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:04 +0000 (11:17 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 13 Nov 2009 11:17:04 +0000 (11:17 +0000)
commit5e75f6790c6abc3bb5954ea380fb92e40f867d5e
tree6ec947c8fd4fb75c087a0624384dfdb51673d572
parent0894c6b83862f1d091e3c37713e6e5db355248ef
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