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

From: "wjzeng" <zwjing_hot(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: how to insure libpq(dll/so) for thread-safety?
Date: 2009-05-13 12:41:44
Message-ID: guef6u$22ff$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua Tolley 2009-05-13 13:01:40 Re: Implementation of GROUPING SETS (T431: Extended grouping capabilities)
Previous Message Cristina M 2009-05-13 10:08:42 Problem with estimating pages for a table