| From: | Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com> |
|---|---|
| To: | Roman Eskin <r(dot)eskin(at)arenadata(dot)io> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Jeff Davis <pgsql(at)j-davis(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Alexander Lakhin <exclusion(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Subject: | Re: Avoid orphaned objects dependencies, take 3 |
| Date: | 2026-04-15 18:36:49 |
| Message-ID: | ad/awXLnMuc6Rf5M@bdtpg |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On Sun, Nov 09, 2025 at 06:33:39PM +1000, Roman Eskin wrote:
> Hi everybody,
>
> Apologies for jumping into this conversation.
No problem at all, you're more than welcome to join it!
> Our customers have also encountered a similar issue with the
> concurrent drop of a dependent object.
Yeah, it's not something so rare that one could thought (we also see a non
negligible of them in our fleet).
> In our code (in the Greengage
> DB), we implemented a fix analogous to one of the first versions of
> Bertrand's approach, using locking within the pg_depend code.
>
> In the long term, however, we are interested in aligning with the
> upstream Postgres code as much as possible.
>
> Since there haven't been any recent updates in this thread, we were
> wondering if there are any plans for the next steps regarding this
> issue.
Apologies for this late reply. I plan to work on this again in the coming weeks.
The next step I've in mind is to build the list of the P1 cases described above.
Once we've that list I think we could start discussing the next steps.
Regards,
--
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2026-04-15 18:41:22 | Re: First draft of PG 19 release notes |
| Previous Message | Antonin Houska | 2026-04-15 18:28:24 | Re: Adding REPACK [concurrently] |