Re: PostGres Doubt

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Dann Corbit <DCorbit(at)connx(dot)com>
Cc: Michael Meskes <meskes(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostGres Doubt
Date: 2002-06-12 23:34:54
Message-ID: 200206122334.g5CNYsQ23902@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dann Corbit wrote:
> > > So now, I started getting down to the details. One global
> > structure...
> > > I started a major rewrite to repair it. Then (to my abject
> > horror) I
> > > discovered there is no SQLCA at all. Project abandoned
> > (actually, just
> > > switched to libpq and everything was OK).
> >
> >
> > I see SQLCA mentioned in the ecpg code. What am I not understanding?
>
> I meant to say no SQLDA (the SQLCA only has the problem of scope).

I have update the TODO with:

o Allow multi-threaded use of SQLCA

--
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-hackers by date

  From Date Subject
Next Message Larry Rosenman 2002-06-13 00:40:14 Re: Integrating libpqxx
Previous Message Dann Corbit 2002-06-12 23:09:52 Re: PostGres Doubt