Re: [HACKERS] libpq questions...when threads collide

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Don Baccus <dhogaza@pacifier.com>
Cc: pgsql-hackers@postgreSQL.org
Date: 1999-12-12T22:58:12Z
Lists: pgsql-hackers
Don Baccus <dhogaza@pacifier.com> writes:
> Cool!  I am using setdbLogin but the documentation sez they,
> too, aren't threadsafe...maybe this should be changed?

I guess so.  Submit a patch...

> Also, the documentation describes two routines, PQoidStatus and
> PQoidValue, but the libpq source seem to only define PQoidStatus.

PQoidValue is new in current sources --- you must be looking at
current-snapshot docs, rather than what was released with 6.5.

			regards, tom lane