Rename our substitute qsort to pg_qsort at the link-symbol level (but

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

Commit: 4887f5f979f36a5d389e898edca61bd6aa4f0f20
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-10-19T20:56:22Z
Releases: 8.2.0
Rename our substitute qsort to pg_qsort at the link-symbol level (but
provide a macro so code can still just say qsort).  Avoids linker warnings
on pickier platforms such as Darwin, and outright failure on MSVC.

Files

PathChange+/−
src/include/port.h modified +6 −1
src/port/qsort.c modified +5 −13