Re: ALTER INDEX broken in CVS head? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: ALTER INDEX broken in CVS head?
Date
Msg-id 9993.1093968837@sss.pgh.pa.us
Whole thread Raw
In response to ALTER INDEX broken in CVS head?  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-bugs
Fabien COELHO <coelho@cri.ensmp.fr> writes:
> psql> CREATE TABLE bla.t(id SERIAL PRIMARY KEY);
> psql> ALTER INDEX bla.t_pkey SET TABLESPACE pg_default;
> server closed the connection unexpectedly

Fixed.  Thanks for the report.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Fabien COELHO
Date:
Subject: ALTER INDEX broken in CVS head?
Next
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1238: postgres option -Q used in src/test/bench