Use correct sizeof operand in qsort call
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/tsrank.c | modified | +1 −1 |