Re: seg fault crashed the postmaster

Поиск
Список
Период
Сортировка
От Gordon Shannon
Тема Re: seg fault crashed the postmaster
Дата
Msg-id AANLkTikv+RCy_8YOSeLpa4fu+nkwid1QBwy2QVBTPEWa@mail.gmail.com
обсуждение исходный текст
Ответ на Re: seg fault crashed the postmaster  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: seg fault crashed the postmaster
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: could not open relation base/2757655/6930168: No such file or directory -- during warm standby setup
Следующее
От: Tom Lane
Дата:
Сообщение: Re: seg fault crashed the postmaster