]> granicus.if.org Git - postgresql/commit
Fix pointer type in size passed to memset.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 14 Sep 2014 13:45:08 +0000 (16:45 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 14 Sep 2014 13:48:57 +0000 (16:48 +0300)
commit2df465e696f49bb12c0a362aa6f68f75a752d7a8
tree6960a8e38a12ef954b6f7cd2edbb0de036283be5
parentfe550b2ac249af5fbd8e9e19290a4ba43c882f2d
Fix pointer type in size passed to memset.

Pointers are all the same size, so it makes no practical difference, but
let's be tidy.

Found by Coverity, noted off-list by Tom Lane.
src/backend/executor/nodeHash.c