pgsql: Use correct sizeof operand in qsort call - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Use correct sizeof operand in qsort call
Date
Msg-id E1S7ASA-0006Rc-Ty@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: tgl@pgfoundry.org (User Tgl)
Date:
Subject: pgfiledump - pg_filedump: Updates for latest Postgres 9.2 sources.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add comment for missing break in switch