Re: ECPG thread-safety

From: Philip Yarra <philip(at)utiba(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: ECPG thread-safety
Date: 2003-03-28 06:49:04
Message-ID: 200303281749.04746.philip@utiba.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces pgsql-patches

On Fri, 28 Mar 2003 13:00, you wrote:
> I have put a mailbox file at:
>
> ftp://candle.pha.pa.us/pub/postgresql/mypatches
>
> where there is a partial implementation of thread-safe ecpg. Maybe you
> can work with Michael to complete it.

Okay, thanks for that. Have grabbed the file, and started reading. I'll also
wait to hear from Michael or Lee before going too far on this.

Everything I have read so far suggests the issue is related to SQLCA itself...
and that would be consistent with what happens in the backend (data is
inserted, but threads lock straight after). Can anyone enlighten me further?

Thanks and regards, Philip.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lee Kindness 2003-03-28 09:37:08 ECPG thread-safety
Previous Message Hiroshi Inoue 2003-03-28 06:11:43 Re: updateable cursors & visibility

Browse pgsql-interfaces by date

  From Date Subject
Next Message Lee Kindness 2003-03-28 09:37:08 ECPG thread-safety
Previous Message Bruce Momjian 2003-03-28 02:00:23 Re: ECPG thread-safety

Browse pgsql-patches by date

  From Date Subject
Next Message Lee Kindness 2003-03-28 09:37:08 ECPG thread-safety
Previous Message Neil Conway 2003-03-28 03:01:11 Re: Adding Rendezvous support to postmaster