Re: ERRORDATA_STACK_SIZE exceeded - Mailing list pgsql-general

From Stefan Sassenberg
Subject Re: ERRORDATA_STACK_SIZE exceeded
Date
Msg-id 4534E528.7050302@gmx.de
Whole thread Raw
In response to Re: ERRORDATA_STACK_SIZE exceeded  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ERRORDATA_STACK_SIZE exceeded
List pgsql-general
Hello Tom,

Tom Lane wrote:
> Stefan Sassenberg <stefan.sassenberg@gmx.de> writes:
>> PANIK:  ERRORDATA_STACK_SIZE exceeded
>> server closed the connection unexpectedly
>
> What LC_CTYPE and LC_MESSAGES settings are you using?  We've seen
> problems of this ilk when gettext() produces messages encoded in the
> "wrong" encoding (ie, not what the database encoding is).


postgresql.conf has an entry lc_messages = 'de_DE@euro'
postgresql.log says [...] LC_MESSAGES=de_DE@euro

I can't find anything about LC_CTYPE. No user on my machine has any of
those variables as environment variables.

Update: I copied the script text into a pgadmin query window and found
out, that the error vanishes when I comment out all CONSTRAINT lines
from my CREATE TABLE statements.

Stefan

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: ERRORDATA_STACK_SIZE exceeded
Next
From: Tom Lane
Date:
Subject: Re: ERRORDATA_STACK_SIZE exceeded