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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: vasilgiann(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18115: pg_restore of extensions does not respect dependencies
Date: 2023-09-19 00:16:26
Message-ID: ZQjoWkv4dCt3Mk3W@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2023-09-19 00:28:49 Re: BUG #18070: Assertion failed when processing error from plpy's iterator
Previous Message Thomas Munro 2023-09-18 21:32:26 Re: Installing PostgreSQL 16 on FreeBSD 13.0