From: | Alban Hertroys <alban(at)magproductions(dot)nl> |
---|---|
To: | Csaba Nagy <nagy(at)ecircle-ag(dot)com> |
Cc: | Postgres general mailing list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Strange error related to temporary tables |
Date: | 2006-08-31 15:25:56 |
Message-ID: | 44F6FF84.4050900@magproductions.nl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Csaba Nagy wrote:
> The code is possible to be executed in parallel by multiple threads, on
> different connections, or in sequence on the same connection. I would
> expect it in both cases to work correctly... in manual tests I was able
> to create in parallel temporary tables named identically in different
> connections, and on the same connection after rolling back the
> transaction which created the first table... so I don't know what to try
> to trigger this.
>
> Any ideas what's the problem ?
Are you sure that you're not re-using an existing connection from a pool?
--
Alban Hertroys
alban(at)magproductions(dot)nl
magproductions b.v.
T: ++31(0)534346874
F: ++31(0)534346876
M:
I: www.magproductions.nl
A: Postbus 416
7500 AK Enschede
// Integrate Your World //
From | Date | Subject | |
---|---|---|---|
Next Message | Shane Ambler | 2006-08-31 15:26:34 | Re: Listening on more than one port? |
Previous Message | Joshua D. Drake | 2006-08-31 15:18:59 | Re: Fatal error while installing |