Re: Extension upgrade, patch v0: debug help needed

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Extension upgrade, patch v0: debug help needed
Дата
Msg-id AANLkTikWvbLJopB6gtxeb8D9gJRJSKxxNqxWnaMp=M3f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Extension upgrade, patch v0: debug help needed  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Ответы Re: Extension upgrade, patch v0: debug help needed  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Список pgsql-hackers
On Sun, Jan 2, 2011 at 6:43 AM, Dimitri Fontaine <dimitri@2ndquadrant.fr> wrote:
> Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes:
>>   make -C contrib/citext install
>>   psql -f .../head/share/contrib/citext.sql
>>   psql
>>   dim=# do $$ begin execute 'alter operator class public.citext_ops using btree set schema utils'; end; $$;
>> server closed the connection unexpectedly
>>       This probably means the server terminated abnormally
>>       before or while processing the request.
>> The connection to the server was lost. Attempting reset: Failed.
>
> The fix was ok, but I had to test with the right environment to be able
> to appreciate that :)

Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Streaming replication as a separate permissions
Следующее
От: Robert Haas
Дата:
Сообщение: Re: SSPI client authentication in non-Windows builds