Re: Extension upgrade, patch v0: debug help needed

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Extension upgrade, patch v0: debug help needed
Дата
Msg-id m2vd27ttta.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: Extension upgrade, patch v0: debug help needed  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Ответы Re: Extension upgrade, patch v0: debug help needed  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
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 :)

Please find it attached.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


Вложения

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

Предыдущее
От: Jan Urbański
Дата:
Сообщение: Re: pl/python refactoring
Следующее
От: Florian Pflug
Дата:
Сообщение: Re: Support for negative index values in array fetching