Re: BUG #5531: REGEXP_ REPLACE causes connection drop - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5531: REGEXP_ REPLACE causes connection drop
Date
Msg-id 22873.1278007580@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5531: REGEXP_ REPLACE causes connection drop  ("Ola Sergatchov" <ola_sergatchov@hotmail.com>)
List pgsql-bugs
ola sergatchov <ola_sergatchov@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

pgsql-bugs by date:

Previous
From: "Mike Fowler"
Date:
Subject: BUG #5534: IS DOCUMENT predicate errors instead of returning false
Next
From: "Jeff Benjamin"
Date:
Subject: BUG #5535: Backslash in condition for LIKE statement is not seen