Re: BUG #15446: Crash on ALTER TABLE

Поиск
Список
Период
Сортировка
От Dmitry Molotkov
Тема Re: BUG #15446: Crash on ALTER TABLE
Дата
Msg-id CADfhRDKYosWqKg8OV8HwG2iMhbPYJxqPVesOM_cdE=ESKxKi4g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #15446: Crash on ALTER TABLE  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: BUG #15446: Crash on ALTER TABLE  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-bugs
I just checked with that statement and pgadmin and it still crash the db. Its not related to my pc, since i initially encountered it on CI with totally different os and setup, and then reproduced it locally.
https://i.imgur.com/qn1cyOz.png here what happen if i execute that alter query in pgadmin

сб, 27 окт. 2018 г. в 4:11, Alvaro Herrera <alvherre@2ndquadrant.com>:
On 2018-Oct-27, Dmitry Molotkov wrote:

> Here is query that make it crash
>
> BEGIN;
> --
> -- Alter field related_modal_background_opacity on theme
> --
> ALTER TABLE "admin_interface_theme" ALTER COLUMN
> "related_modal_background_opacity" TYPE varchar(5) USING
> "related_modal_background_opacity"::varchar(5);
> COMMIT;

Hmm, that works fine for me :-( Can't debug further right now ...

--
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15464: I use PostgreSQL
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #15446: Crash on ALTER TABLE