Re: pg_upgrade fails with non-standard ACL

Поиск
Список
Период
Сортировка
От Anastasia Lubennikova
Тема Re: pg_upgrade fails with non-standard ACL
Дата
Msg-id b17dfb2f-4e87-0f94-2728-ffd0dbf6baa3@postgrespro.ru
обсуждение исходный текст
Ответ на Re: pg_upgrade fails with non-standard ACL  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: pg_upgrade fails with non-standard ACL  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 08.06.2020 19:31, Alvaro Herrera wrote:
> On 2020-Jun-08, Anastasia Lubennikova wrote:
>
>> In this version I rebased test patches,  added some more comments, fixed
>> memory allocation issue and also removed code that handles ACLs on
>> languages. They require a lot of specific handling, while I doubt that their
>> signatures, which consist of language name only, are subject to change in
>> any future versions.
> I'm thinking what's a good way to have a test that's committable.  Maybe
> it would work to add a TAP test to pg_upgrade that runs initdb, does a
> few GRANTS as per your attachment, then runs pg_upgrade?  Currently the
> pg_upgrade tests are not TAP ... we'd have to revive
> https://postgr.es/m/20180126080026.GI17847@paquier.xyz
> (Some progress was already made on the buildfarm front to permit this)

I would be glad to add some test, but it seems to me that the infrastructure
changes for cross-version pg_upgrade test is much more complicated task than
this modest bugfix.  Besides, I've read the discussion and it seems that 
Michael
is not going to continue this work.

Attached v10 patch contains more fix for uninitialized variable.

-- 
Anastasia Lubennikova
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


Вложения

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

Предыдущее
От: "Bossart, Nathan"
Дата:
Сообщение: Re: Add support for INDEX_CLEANUP and TRUNCATE to vacuumdb
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Atomic operations within spinlocks