Re: [BUGS] BUG #14902: valgrind - problem in PQconnectdb - pqSaveParameterStatus reported

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14902: valgrind - problem in PQconnectdb - pqSaveParameterStatus reported
Дата
Msg-id 30214.1510586603@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14902: valgrind - problem in PQconnectdb - pqSaveParameterStatusreported  (pavel.bazika@kocovnici.cz)
Список pgsql-bugs
pavel.bazika@kocovnici.cz writes:
> I'm testing my application with helgrind threading error detection tool
> (part of valgrind) and it reports a problem in libpq, when I'm calling
> PQconnectdb from two threads:

It seems to be complaining about the assignments to static_client_encoding
and static_std_strings.  I wouldn't worry --- in the first place, those
assignments should be atomic writes (at least on most platforms) and
in the second place, the functionality involved is not guaranteed to
work in any program with more than one PGconn anyway.
        regards, tom lane


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Mike Porter
Дата:
Сообщение: Re: [BUGS] BUG #14903: problem with bool array
Следующее
От: abo@zetescards.be
Дата:
Сообщение: BUG #14904: installer refuses to work