Re: [HACKERS] library policy question - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: [HACKERS] library policy question
Date
Msg-id 38C65E6B.8A85B123@alumni.caltech.edu
Whole thread Raw
In response to library policy question  (Michael Meskes <meskes@postgresql.org>)
Responses Re: [HACKERS] library policy question  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> And what shall I do with sqlca? Make every program define it in its own 
> space?

My vague recollection is that embedded SQL doesn't multithread very
well for exactly this reason. You may be stuck with a global variable
for that case...
                     - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Michael Alan Dorman
Date:
Subject: Re: [HACKERS] DROP TABLE inside a transaction block
Next
From: "Mark Hollomon"
Date:
Subject: Re: [HACKERS] DROP TABLE inside a transaction block