Re: seg fault crashed the postmaster

From: Gordon Shannon <gordo169(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: seg fault crashed the postmaster
Date: 2010-12-31 20:18:29
Message-ID: AANLkTikv+RCy_8YOSeLpa4fu+nkwid1QBwy2QVBTPEWa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Sorry, I left that out. Yeah, I wondered that too, since these tables do
not use toast.

CREATE TYPE message_status_enum AS ENUM ( 'V', 'X', 'S', 'R', 'U', 'D' );

On Fri, Dec 31, 2010 at 12:38 PM, Tom Lane-2 [via PostgreSQL] <
ml-node+3323859-1425181809-56124(at)n5(dot)nabble(dot)com<ml-node%2B3323859-1425181809-56124(at)n5(dot)nabble(dot)com>
> wrote:

> Hmmm ... what is "message_status_enum"? Is that an actual enum type, or
> some kind of domain over text or varchar? If it's an enum, I'm a bit
> baffled where the "corrupt compressed data" message could have come from.
>
> regards, tom lane
>
> --
>

--
View this message in context: http://postgresql.1045698.n5.nabble.com/seg-fault-crashed-the-postmaster-tp3323117p3323888.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-12-31 20:44:39 Re: seg fault crashed the postmaster
Previous Message Tom Lane 2010-12-31 19:53:56 Re: ERROR: could not open relation base/2757655/6930168: No such file or directory -- during warm standby setup