Re: ECPG - Remove need for "AT connection" when using threads

From: Lee Kindness <lkindness(at)csl(dot)co(dot)uk>
To: Michael Meskes <meskes(at)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Cc: Lee Kindness <lkindness(at)csl(dot)co(dot)uk>
Subject: Re: ECPG - Remove need for "AT connection" when using threads
Date: 2004-03-15 16:19:53
Message-ID: 16469.55209.259726.362010@kelvin.csl.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

The "cvs add" of test_thread_implicit.pgc seems to have been missed,
i've attached this again.

Additionally I include a small patch to remove mutex locking when a
DEFAULT/NULL connection is being retrieved. This is consistent with
libpq.

Thanks, L.

Michael Meskes writes:
> On Sun, Mar 14, 2004 at 09:11:27AM -0500, Bruce Momjian wrote:
> > > I just applied this patch and the last one.
> >
> > I assume you mean you applied:
> >
> > Update tests & memory leak fix
> >
> > and
> >
> > ECPG - Remove need for "AT connection" when using threads
>
> Yes. Sorry, should have said so.
>
> Michael

Attachment Content-Type Size
unknown_filename text/plain 3.3 KB
unknown_filename text/plain 1.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-03-15 16:25:00 Re: Log rotation
Previous Message Fernando Nasser 2004-03-15 16:18:47 Re: Log rotation

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-03-15 16:27:48 Re: ECPG - Remove need for "AT connection" when using threads
Previous Message Bruce Momjian 2004-03-15 16:18:44 Re: misc patches (minor)