Re: seg fault crashed the postmaster - Mailing list pgsql-general

From Gordon Shannon
Subject Re: seg fault crashed the postmaster
Date
Msg-id AANLkTikv+RCy_8YOSeLpa4fu+nkwid1QBwy2QVBTPEWa@mail.gmail.com
Whole thread Raw
In response to Re: seg fault crashed the postmaster  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: seg fault crashed the postmaster  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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] <[hidden email]> 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: Re: seg fault crashed the postmaster
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: ERROR: could not open relation base/2757655/6930168: No such file or directory -- during warm standby setup
Next
From: Tom Lane
Date:
Subject: Re: seg fault crashed the postmaster