moving FE->BE encoding conversion

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: moving FE->BE encoding conversion
Date: 2002-08-07 10:26:39
Message-ID: 20020807.192639.59650537.t-ishii@sra.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Since the encoding conversion now looks up database, it must be
done within a transaction. Currently the encoding conversion function
pg_client_to_server() is called in pq_getstr(), which may not be in a
transaction. So I would like to move the call to pg_client_to_server()
within pg_exec_query_string(), after start_xact_command() gets called.
Comments?
--
Tatsuo Ishii

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2002-08-07 11:28:29 Re: contrib/ltree, pls, apply patch
Previous Message Dave Page 2002-08-07 08:02:33 Re: Open 7.3 items