Re: Documentation and mutating PGresult objects

Поиск
Список
Период
Сортировка
От Dmitriy Igrishin
Тема Re: Documentation and mutating PGresult objects
Дата
Msg-id CAAfz9KMqy1ENE_Eq4Oi0av2Hy+qyP3RjdWhCqNf+w1+Z7OQUWQ@mail.gmail.com
обсуждение исходный текст
Ответ на Documentation and mutating PGresult objects  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-docs
Hey Jeff,

2012/1/5 Jeff Davis <pgsql@j-davis.com>
"PGresult objects are read-only after creation, and so can be passed
around freely between threads."

From http://www.postgresql.org/docs/9.1/static/libpq-threading.html

But what about things like PQsetvalue? Is that a documentation bug?
Should result objects be protected by synchronization as well as
connection objects?


--
// Dmitriy.


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Documentation and mutating PGresult objects
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Documentation and mutating PGresult objects