Re: pg_upgrade fails with non-standard ACL

From: Artur Zakirov <zaartur(at)gmail(dot)com>
To: David Steele <david(at)pgmasters(dot)net>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Grigory Smolkin <g(dot)smolkin(at)postgrespro(dot)ru>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pg_upgrade fails with non-standard ACL
Date: 2020-03-25 02:12:05
Message-ID: 64ce7c3e-bbcb-0180-3705-272df4f79765@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2020-03-25 02:27:06 Re: some AppVeyor files
Previous Message James Coleman 2020-03-25 02:08:54 Re: [PATCH] Incremental sort (was: PoC: Partial sort)