From: | "Ibrar Ahmed" <ibrar(dot)ahmad(at)gmail(dot)com> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: ERRORDATA_STACK_SIZE exceeded (server crash) |
Date: | 2008-10-27 13:00:58 |
Message-ID: | 8494ccf60810270600y7b677d99h1d7c5c749ba091f0@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Sure!
CODE
------
/configure --enable-nls --enable-depend --enable-debug
make
make install
SERVER SIDE
-----------------
1 - export LANG=ko_KR.UTF-8
2 - ./initdb -E UTF8 -D ../data
3 - ./postmaster -D ../data
CLIENT SIDE
---------------
1 - export LANG=ko_KR.UTF-8
2 - psql postgres
postgres=# show server_encoding;
server_encoding
-----------------
UTF8
(1건 있음)
postgres=# show client_encoding;
client_encoding
-----------------
UTF8
(1건 있음)
postgres=# set client_encoding ='euc-jp'; --[<<<--Negative test scenario]
SET
postgres=# x;
On Mon, Oct 27, 2008 at 6:42 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Ibrar Ahmed" <ibrar(dot)ahmad(at)gmail(dot)com> writes:
>> I have encountered a server crash while working with different locale
>> settings.
>
> Are you going to give us a hint what settings those would be?
>
> regards, tom lane
>
--
Ibrar Ahmed
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2008-10-27 13:01:48 | Re: WIP: default values for function parameters |
Previous Message | Magnus Hagander | 2008-10-27 12:52:45 | Re: Parsing errors in pg_hba.conf |