upgrade failure from 9.5 to head

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема upgrade failure from 9.5 to head
Дата
Msg-id 55B8E02A.6080402@dunslane.net
обсуждение исходный текст
Ответы Re: upgrade failure from 9.5 to head  (Andres Freund <andres@anarazel.de>)
Re: upgrade failure from 9.5 to head  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
My cross-version upgrade testing tool just threw up this failure, 
upgrading from 9.5 to head:
   CREATE ROLE "dummy_seclabel_user1";   CREATE ROLE   ALTER ROLE "dummy_seclabel_user1" WITH NOSUPERUSER INHERIT
CREATEROLENOCREATEDB LOGIN NOREPLICATION NOBYPASSRLS;   ALTER ROLE   SECURITY LABEL FOR "dummy" ON ROLE
"dummy_seclabel_user1"IS   'classified';   psql:pg_upgrade_dump_globals.sql:25: ERROR:  security label provider
"dummy"is not loaded
 


This error might not be terribly new - it's been masked by another 
earlier problem that I have now catered for in the tool.

cheers

andrew



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

Предыдущее
От: Kouhei Kaigai
Дата:
Сообщение: Re: Parallel Seq Scan
Следующее
От: Andres Freund
Дата:
Сообщение: Re: upgrade failure from 9.5 to head