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. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/2df465e696f49bb12c0a362aa6f68f75a752d7a8 Modified Files -------------- src/backend/executor/nodeHash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
