how to insure libpq(dll/so) for thread-safety?

Поиск
Список
Период
Сортировка
От wjzeng
Тема how to insure libpq(dll/so) for thread-safety?
Дата
Msg-id guef6u$22ff$1@news.hub.org
обсуждение исходный текст
Ответы Re: how to insure libpq(dll/so) for thread-safety?  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
Hi,



In pgsql/src/interfaces/libpq/fe-exec.c,  there are two variables:
---------
static int static_client_encoding = PG_SQL_ASCII;
static bool static_std_strings = false;

If enable_thread_safety is "no", how to insure libpq(dll/so) for 
thread-safety?

thanks

wjzeng




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

Предыдущее
От: Cristina M
Дата:
Сообщение: Problem with estimating pages for a table
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Implementation of GROUPING SETS (T431: Extended grouping capabilities)