upgrade failure from 9.5 to head

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: upgrade failure from 9.5 to head
Date: 2015-07-29 14:16:10
Message-ID: 55B8E02A.6080402@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
CREATEROLE NOCREATEDB 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-07-29 14:30:00 Re: upgrade failure from 9.5 to head
Previous Message Kouhei Kaigai 2015-07-29 14:02:50 Re: Parallel Seq Scan