Re: Helping application programmers catch threading bugs
От
Kevin Grittner
Тема
Re: Helping application programmers catch threading bugs
Дата
Msg-id
49E33836.EE98.0025.0@wicourts.gov
Список
Дерево обсуждения
Re: Helping application programmers catch threading bugs "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
I wrote:
> if (useCount-- == 0)
Of course that should be:
if (--useCount == 0)
-Kevin
В списке pgsql-jdbc по дате отправления