Re: Helping application programmers catch threading bugs - Mailing list pgsql-jdbc

From Kevin Grittner
Subject Re: Helping application programmers catch threading bugs
Date
Msg-id 49E33836.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to Helping application programmers catch threading bugs  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-jdbc
I wrote:
>        if (useCount-- == 0)

Of course that should be:

        if (--useCount == 0)

-Kevin

pgsql-jdbc by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Helping application programmers catch threading bugs
Next
From: Guy Rouillier
Date:
Subject: Re: Can't get JDBC to compile. Please help.