pgsql: Use correct sizeof operand in qsort call
Started by Peter Eisentrautover 14 years ago1 messagescomitters
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(-)