Re: libpq_r

From: Lee Kindness <lkindness(at)csl(dot)co(dot)uk>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Lee Kindness <lkindness(at)csl(dot)co(dot)uk>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: libpq_r
Date: 2003-07-24 14:45:13
Message-ID: 16159.61689.608333.268417@kelvin.csl.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane writes:
> If the OS supplies both libc and libc_r, it is unlikely to be a good
> idea to link a threaded libpq with libc, or a non-threaded libpq with
> libc_r.

What modern OS has libc_r? The majors (Linux, Soalris, HPUX, AIX)
certainly do not.

L.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-07-24 14:45:45 Re: Why select * from function doesn't work when function
Previous Message Bruce Momjian 2003-07-24 14:44:27 Re: libpq_r