Re: pg_upgrade fails with non-standard ACL - Mailing list pgsql-hackers

From Artur Zakirov
Subject Re: pg_upgrade fails with non-standard ACL
Date
Msg-id 64ce7c3e-bbcb-0180-3705-272df4f79765@gmail.com
Whole thread Raw
In response to Re: pg_upgrade fails with non-standard ACL  (David Steele <david@pgmasters.net>)
Responses Re: pg_upgrade fails with non-standard ACL  (Daniel Gustafsson <daniel@yesql.se>)
Re: pg_upgrade fails with non-standard ACL  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
Hello David,

On 3/25/2020 2:08 AM, David Steele wrote:
> On 12/17/19 3:10 AM, Arthur Zakirov wrote:
>>
>> I attached new version of the patch. It still uses 
>> pg_identify_object(), I'm not sure about other ways to build 
>> identities yet.
> 
> This patch applies and builds but fails regression tests on Linux and 
> Windows:
> https://travis-ci.org/postgresql-cfbot/postgresql/builds/666134656
> https://ci.appveyor.com/project/postgresql-cfbot/postgresql/build/1.0.85292

Regression tests fail because cfbot applies 
"test_rename_catalog_objects.patch". Regression tests pass without it.

This patch shouldn't be applied by cfbot. I'm not sure how to do this. 
But maybe it is possible to use different extension name for the test 
patch, not ".patch".

-- 
Artur



pgsql-hackers by date:

Previous
From: James Coleman
Date:
Subject: Re: [PATCH] Incremental sort (was: PoC: Partial sort)
Next
From: Thomas Munro
Date:
Subject: Re: some AppVeyor files