Re: ERRORDATA_STACK_SIZE exceeded (server crash)
От | Ibrar Ahmed |
---|---|
Тема | Re: ERRORDATA_STACK_SIZE exceeded (server crash) |
Дата | |
Msg-id | 8494ccf60810270600y7b677d99h1d7c5c749ba091f0@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: ERRORDATA_STACK_SIZE exceeded (server crash) (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: ERRORDATA_STACK_SIZE exceeded (server crash)
|
Список | 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@sss.pgh.pa.us> wrote: > "Ibrar Ahmed" <ibrar.ahmad@gmail.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
В списке pgsql-hackers по дате отправления: