ola sergatchov <ola_sergatc...@hotmail.com> writes:
> Here is the copy from postgresql log from June 23:

> ErrorContext: 8192 total in 1 blocks; 8176 free (0 chunks); 16 used
> ERROR:  out of memory
> DETAIL:  Failed on request of size 251049.
> CONTEXT:  PL/pgSQL function "composite_statements_as_set" line 36 at 
> assignment
>         SQL function "composite_statements_wrapper" statement 1
>         SQL function "dml_statements" statement 1
> LOG:  unexpected EOF on client connection


This does not indicate any problem in Postgres.  The "unexpected EOF"
message indicates that the *client* dropped the connection, not that
Postgres did.  Possibly you need to look at the error processing
logic in your application.

                        regards, tom lane

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to