“server closed the connection unexpectedly” - Mailing list pgsql-bugs

From Felipe Gasper
Subject “server closed the connection unexpectedly”
Date
Msg-id 53A1DAB5.8080106@felipegasper.com
Whole thread Raw
Responses Re: “server closed the connection unexpectedly”  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-bugs
The query:

SELECT schemaname, tablename
           FROM pg_tables
           WHERE tableowner IN (E'njvue5kiy1c') OR schemaname='public';

--------
The error:

DBD::Pg::db selectall_arrayref failed: server closed the connection
unexpectedly
    This probably means the server terminated abnormally
    before or while processing the request.

--------

It happens every time. The “njvue5kiy1c” is a random generated name.

Does anyone know what may be causing this?


-Felipe Gasper
Houston, TX



pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #10675: alter database set tablespace and unlogged table
Next
From: Heikki Linnakangas
Date:
Subject: Re: “server closed the connection unexpectedly”