>
>
> I did many tests:
>
Can you include the code which implements those tests?
I can't reproduce with something like this:
perl -e 'use DBI; fork; fork; fork; my
$dbh=DBI->connect("dbi:Pg:host=/tmp"); for (1..1e6) {my $seq =
$dbh->selectrow_array("select nextval('\''foo_seq'\'')"); $dbh->do("insert
into foo values (?)",undef,$seq);}'
Cheers,
Jeff