]> granicus.if.org Git - postgresql/commit
Fix assert with side effects in the new PHJ code.
authorAndres Freund <andres@anarazel.de>
Sun, 24 Dec 2017 10:57:55 +0000 (02:57 -0800)
committerAndres Freund <andres@anarazel.de>
Sun, 24 Dec 2017 10:57:55 +0000 (02:57 -0800)
commit4e2970f8807f1ccfc8029979a70dc80ee102ce48
treee6cc4966366b37800df29fe49f26deb35d36766b
parentc4c2885cbb1803f772e58f6db4c8951d8cd672cd
Fix assert with side effects in the new PHJ code.

Instead of asserting the assert just set the value to what it was
supposed to test...

Per coverity.
src/backend/executor/nodeHash.c