]> granicus.if.org Git - postgresql/commit
Use correct sizeof operand in qsort call
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 12 Mar 2012 18:56:13 +0000 (20:56 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 12 Mar 2012 18:56:13 +0000 (20:56 +0200)
commitbad250f4f31704f05247fa4696ac2077f884ed8e
tree4aa42b4e55e9cef9987b65bcf6c764d81156c6f9
parentc9f310d377d1d8f8acd2d05bf7920704d33affe5
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.
src/backend/utils/adt/tsrank.c