Обсуждение: pgsql: Use correct sizeof operand in qsort call

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

pgsql: Use correct sizeof operand in qsort call

От
Peter Eisentraut
Дата:
Use correct sizeof operand in qsort call

Probably no practical impact, since all pointers ought to have the
same size, but it was wrong nonetheless.  Found by Coverity.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bad250f4f31704f05247fa4696ac2077f884ed8e

Modified Files
--------------
src/backend/utils/adt/tsrank.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)