Re: qsort->pg_qsort in 8.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: qsort->pg_qsort in 8.2
Date: 2006-10-27 19:47:41
Message-ID: 8850.1161978461@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jan Wieck <JanWieck(at)Yahoo(dot)com> writes:
> since rev. 1.105 of include/port.h all files that inlcude postgres_fe.h
> are forced to use pg_qsort() instead of qsort. Was that intended?

Is it a problem? If you really want the platform qsort you can #undef
qsort, but I don't entirely see why you would.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2006-10-27 19:56:51 Re: qsort->pg_qsort in 8.2
Previous Message Jan Wieck 2006-10-27 19:40:49 qsort->pg_qsort in 8.2