Re: Thread safe connection-name mapping in ECPG. Is it
Shridhar Daithankar <shridhar@frodo.hserus.net>
From: Shridhar Daithankar <shridhar@frodo.hserus.net>
To: Lee Kindness <lkindness@csl.co.uk>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2004-03-04T06:59:00Z
Lists: pgsql-hackers
Lee Kindness wrote: > Shridhar, want to discuss this off list a bit to work through the various > options and then revent back to the list with a suitable to-do (for > discussion)? I don't mind. Just for summary, I am listing the discussion/proposal so far on this issue.. - Dispose names of connectiong and replace them with a pointer. - Make SQL CA a member of connection structure rather than a thread local variable. - Update man pages and documentation - Update examples. Drop me a mail offline to take this further. Shridhar