Fix pointer type in size passed to memset.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeHash.c | modified | +1 −1 |