]> granicus.if.org Git - postgresql/commit
Rename our substitute qsort to pg_qsort at the link-symbol level (but
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Oct 2006 20:56:22 +0000 (20:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 19 Oct 2006 20:56:22 +0000 (20:56 +0000)
commit4887f5f979f36a5d389e898edca61bd6aa4f0f20
treea29154d73fa6445764e047562e2f1f5addc3f911
parent443abd83e5a1ba50140cb5dca4e93c4c7e7be687
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.
src/include/port.h
src/port/qsort.c