Re: preventing encoding conversion while starting up - Mailing list pgsql-hackers

From Tom Lane
Subject Re: preventing encoding conversion while starting up
Date
Msg-id 9698.1027049601@sss.pgh.pa.us
Whole thread Raw
In response to Re: preventing encoding conversion while starting up  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: preventing encoding conversion while starting up  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> BTW, for the problem I reported, what about checking
> IsTransactionState returns true before accessing database to find out
> conversions?

The $64 problem here is *what do you do before you can access the database*.
Detecting whether you can access the database yet is irrelevant unless
you can say what you're going to do when the answer is "no".
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: RFC: listing lock status
Next
From: Tatsuo Ishii
Date:
Subject: Re: preventing encoding conversion while starting up