Re: BUG #18115: pg_restore of extensions does not respect dependencies

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #18115: pg_restore of extensions does not respect dependencies
Дата
Msg-id ZQjoWkv4dCt3Mk3W@paquier.xyz
обсуждение исходный текст
Ответ на Re: BUG #18115: pg_restore of extensions does not respect dependencies  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Mon, Sep 18, 2023 at 09:58:56AM -0400, Tom Lane wrote:
> I don't know anything about aws_s3, but the only inter-extension
> dependencies that are tracked by PG are those that are declared
> in the extension control files (via "requires" entries).
> Sounds to me like aws_s3 has failed to declare its dependency
> on plpgsql.

This is something specific to RDS per the AWS docs:
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html

So, yes, that's something to take to them to make sure that the
dependency ordering is correctly tracked, I guess.
--
Michael

Вложения

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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Installing PostgreSQL 16 on FreeBSD 13.0
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #18070: Assertion failed when processing error from plpy's iterator