Re: ECPG SET CONNECTION

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Bruce Momjian <bruce(at)momjian(dot)us>, Leif Jensen <leif(at)crysberg(dot)dk>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: ECPG SET CONNECTION
Date: 2015-05-15 11:10:27
Message-ID: 5555D423.4010708@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 14.05.2015 19:35, Bruce Momjian wrote:
> On Fri, May 31, 2013 at 02:26:08PM +0200, Leif Jensen wrote:
>> Hi guys.
>>
>> In the ECPG manual (including latest 9.1.9) about ECPG SQL SET CONNECTION <connection name>; it is stated that "This is not thread-aware".
>>
>> When looking in the ecpg library code connect.c for ECPGsetconn( ... ), it looks very much like it is thread-aware if translated with the --enable-thread-safety option.
>>
>> What should I believe ?
>
> Can someone comment on this report from 2013?

Sorry, it seems I missed this email. Yes, the code should be
thread-aware, at least I don't know of any problems with it. It appears
to me that the docs haven't been updated by the patch that made ecpg
work with threads back in the day.

Michael
--
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at gmail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sachin Srivastava 2015-05-15 11:46:51
Previous Message Giuseppe Broccolo 2015-05-15 09:58:59 Re: template_postgis issue