Re: BUG #5531: REGEXP_ REPLACE causes connection drop

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ola sergatchov <ola_sergatchov(at)hotmail(dot)com>
Cc: bruce(at)momjian(dot)us, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5531: REGEXP_ REPLACE causes connection drop
Date: 2010-07-01 18:06:20
Message-ID: 22873.1278007580@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

ola sergatchov <ola_sergatchov(at)hotmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Benjamin 2010-07-01 20:26:38 BUG #5535: Backslash in condition for LIKE statement is not seen
Previous Message ola sergatchov 2010-07-01 17:58:37 Re: BUG #5531: REGEXP_ REPLACE causes connection drop