Re: ERRORDATA_STACK_SIZE exceeded

Поиск
Список
Период
Сортировка
От Stefan Sassenberg
Тема Re: ERRORDATA_STACK_SIZE exceeded
Дата
Msg-id 4534D1C9.3070302@gmx.de
обсуждение исходный текст
Ответ на Re: ERRORDATA_STACK_SIZE exceeded  (Shane Ambler <pgsql@007Marketing.com>)
Список pgsql-general
Hello Shane,

Shane Ambler wrote:
> Stefan Sassenberg wrote:
>> Hello,
>>
>> I've got a failing sql-Script that I execute with the psql command.
>> The Script contains:
>>
>> ----------------------------8<-----------------------------
>> SET CLIENT_ENCODING = 'LATIN1';
>
> <snip>
>
>> The database that script is applied to is UTF8 encoded.
>
> Stefan Sassenberg wrote:
>  > As I see it, ERRORDATA_STACK_SIZE is a constant that is defined in the
>  > code (pgsql/src/backend/utils/error/elog.c) as 5. 5 illegal bytecodes
>  > that postgresql finds in my statement are enough to cause the panic.
>
>
> Could the difference between CLIENT_ENCODING = 'LATIN1' and
> database_encoding = UTF8 create the illegal bytecodes?
>
>
> I just found a way to get a similar error -
> create db with utf8 encoding
> save file with the create table command - save as unicode-utf16
>
> I then get -
> %>psql enctest < test
> ERROR:  invalid byte sequence for encoding "UTF8": 0xfe

In my case, the illegal byte code is 0xbb. I used hexdump|grep to find
occurrences of "bb" in my file script file but there isn't any.

I'm using that way of writing and encoding scripts for years. Nothing
seems to have changed.

Stefan

В списке pgsql-general по дате отправления:

Предыдущее
От: Shane Ambler
Дата:
Сообщение: Re: ERRORDATA_STACK_SIZE exceeded
Следующее
От: "Sander Steffann"
Дата:
Сообщение: Re: [HACKERS] Anyone using "POSIX" time zone offset capability?