Use Min() instead of min() in qsort, for consistency and to avoid
Tom Lane <tgl@sss.pgh.pa.us>
Use Min() instead of min() in qsort, for consistency and to avoid redefined-macro warnings on some platforms. Per gripe from Hiroshi Saito.
Files
| Path | Change | +/− |
|---|---|---|
| src/port/qsort_arg.c | modified | +3 −5 |
| src/port/qsort.c | modified | +3 −5 |