pgsql: Fix pointer type in size passed to memset.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pointer type in size passed to memset.
Date: 2014-09-14 13:50:24
Message-ID: E1XTAC8-0004Z5-7E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-09-14 14:57:54 pgsql: doc: Fix documentation of local_preload_libraries
Previous Message Tom Lane 2014-09-14 01:02:03 pgsql: Invent PGC_SU_BACKEND and mark log_connections/log_disconnection