Re: Extension upgrade, patch v0: debug help needed - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Extension upgrade, patch v0: debug help needed
Date
Msg-id m2vd27ttta.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Re: Extension upgrade, patch v0: debug help needed  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Responses Re: Extension upgrade, patch v0: debug help needed  (Robert Haas <robertmhaas@gmail.com>)
List 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


Attachment

pgsql-hackers by date:

Previous
From: Jan Urbański
Date:
Subject: Re: pl/python refactoring
Next
From: Florian Pflug
Date:
Subject: Re: Support for negative index values in array fetching