Re: libpq not reentrant

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Federico Di Gregorio <fog(at)initd(dot)org>
Cc: PostgreSQL Bugs Mailing List <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: libpq not reentrant
Date: 2002-03-08 01:09:19
Message-ID: 200203080109.g2819J625561@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


We use autoconf for configure. I like the idea of using the thread-safe
crypt if available, though it does confuse things because it makes
thread-safeness contingent of SSL being installed. I question whether
it is just easier to say it isn't thread-safe because I am not sure how
someone is going to easily know if it is or isn't threadsafe for a
specific install.

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

Federico Di Gregorio wrote:

Checking application/pgp-signature: FAILURE
-- Start of PGP signed section.
> Il ven, 2002-01-18 alle 21:38, Mario Lorenz ha scritto:
>
> > I originally worked with Federico to get the garbled passwords issue
> > resolved which hit us (we use Psycopg, and Zope at work).
> >
> > Federico's suggestion to use the crypt from libssl is incomplete,
> [snipped and agreed]
>
> i am about to write a patch for libpq to use des_fcrypt when available.
> just a question: is the config.h file autogenerated using autoheader or
> handmade? i'll bet on the first, but:
>
> ~/tmp/postgresql-7.1.3>autoheader
> using: not found
> union: not found
> long: not found
> eval: short */
> #undef ALIGNOF_SHORT
> "
> verbatim="$verbatim
> /* The alignment requirement of a : not found
> eval: long */
> #undef ALIGNOF_LONG
> "
> verbatim="$verbatim
> /* The alignment requirement of a : not found
> eval: 208: Syntax error: EOF in backquote substitution
>
> --
> Federico Di Gregorio
> Debian GNU/Linux Developer & Italian Press Contact fog(at)debian(dot)org
> INIT.D Developer fog(at)initd(dot)org
> Those who do not study Lisp are doomed to reimplement it. Poorly.
> -- from Karl M. Hegbloom .signature
-- End of PGP section, PGP failed!

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Juliano Ignacio 2002-03-08 17:44:40 Re: Bug #608: cache lookup failed
Previous Message Tom Lane 2002-03-07 21:21:43 Re: Bug #610: collation fails sorting because of strcoll() bug