Обсуждение: pgsql: Fix pointer type in size passed to memset.

Поиск
Список
Период
Сортировка

pgsql: Fix pointer type in size passed to memset.

От
Heikki Linnakangas
Дата:
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(-)