Re: pg_upgrade fails with an error "object doesn't exist" - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: pg_upgrade fails with an error "object doesn't exist"
Date
Msg-id 1E572409-796A-4566-9DD7-662F02AA16C6@yesql.se
Whole thread Raw
In response to Re: pg_upgrade fails with an error "object doesn't exist"  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> On 17 Jun 2025, at 04:58, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> There are enough moving parts in that area
> already that I'm not eager to add more constraints to what pg_dump
> needs to do.

Agreed.  I we were to do anything I think a check in pg_upgrade would be more
appropriate than altering pg_dump (but I'm not sure it's worth spending the
cycles in every upgrade to test for this, the check phase is already quite
extensive).

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Avoid possible dereference null pointer (contrib/postgres_fdw/postgres_fdw.c)
Next
From: Amit Kapila
Date:
Subject: Re: Replication slot is not able to sync up