Re: [HACKERS] library policy question

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Michael Meskes <meskes(at)postgreSQL(dot)org>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] library policy question
Date: 2000-03-08 14:06:35
Message-ID: 38C65E6B.8A85B123@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2000-03-08 15:30:10 Re: [HACKERS] library policy question
Previous Message Michael Alan Dorman 2000-03-08 14:04:27 Re: [HACKERS] DROP TABLE inside a transaction block