moving FE->BE encoding conversion - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject moving FE->BE encoding conversion
Date
Msg-id 20020807.192639.59650537.t-ishii@sra.co.jp
Whole thread Raw
Responses Re: moving FE->BE encoding conversion  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Open 7.3 items
Next
From: Teodor Sigaev
Date:
Subject: Re: contrib/ltree, pls, apply patch