Re:

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>, jkj(at)sco(dot)com
Subject: Re:
Date: 2003-07-23 17:38:25
Message-ID: 200307231738.h6NHcPt01912@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Larry, please see configure.in and the template file and report the
changes needed for unixware and sco. See linux and freebsd for
examples.

---------------------------------------------------------------------------

Larry Rosenman wrote:
>
>
> --On Wednesday, July 23, 2003 12:12:45 +0200 Peter Eisentraut
> <peter_e(at)gmx(dot)net> wrote:
>
> > Larry Rosenman writes:
> >
> >> Please see my post to -hackers last week about -K[p]thread on UnixWare.
> >> There are some issues there for us.
> >
> > The take-home message from those posts is that if you use non-thread-safe
> > code in threaded applications, bad things will happen. We knew that. ;-)
> > As far as mixing code compiled one way with code compiled the other way,
> > there is no problem, at least not more than on any other platform.
> if we are heading for thread-safe libpq, I'd suggest, at least on UnixWare,
> compiling
> libpq with -D_REENTRANT, because of the macro vs. function issue, at least
> for errno,
> and possibly others.
>
> LER
>
>
>
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

  • Re: at 2003-07-23 12:16:58 from Larry Rosenman

Responses

  • Re: at 2003-07-24 02:19:21 from Larry Rosenman

Browse pgsql-hackers by date

  From Date Subject
Next Message Kurt Roeckx 2003-07-23 18:11:24 Re: Fwd: Re: Possible psql bug
Previous Message Bruce Momjian 2003-07-23 17:35:25 Re: