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.