Re: [HACKERS] how to insure libpq(dll/so) for thread-safety?

2009-05-13 Thread Itagaki Takahiro
"wjzeng" wrote: > 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? Use PQescape[Str

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

2009-05-13 Thread wjzeng
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 -- Sent via pgsql-hacke