Use Min() instead of min() in qsort, for consistency and to avoid

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b38900c7677657a815e75781b776fb1e41054df3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-10-12T15:04:55Z
Releases: 8.2.0
Use Min() instead of min() in qsort, for consistency and to avoid
redefined-macro warnings on some platforms.  Per gripe from Hiroshi Saito.

Files

PathChange+/−
src/port/qsort_arg.c modified +3 −5
src/port/qsort.c modified +3 −5