Re: pg_restore 14 skips ACL COLUMN when --schema is used

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_restore 14 skips ACL COLUMN when --schema is used
Дата
Msg-id 2132593.1696267783@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_restore 14 skips ACL COLUMN when --schema is used  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I wrote:
> Hmm, changing it like that seems likely to have a lot of unexpected
> side-effects.  What I had in mind was to change the 

>             if (te->nDeps != 1 ||
>                 TocIDRequired(AH, te->dependencies[0]) == 0)
>                 return 0;

> bit so that it would loop through the TE's dependencies to see
> if any one of them is a required non-ACL TE.  We have to relax
> the "te->nDeps != 1" restriction, but we still want to check
> that there is a parent object that is being restored.

I improved the patch along those lines and pushed it.

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18144: While i am intalling postgresql-12 repo,i am facing the below.i tried with dowload and install.
Следующее
От: DataSelfService Srl
Дата:
Сообщение: Re: BUG #18142: strange behaviour of "UPDATE" with id_encode()