CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc. - Mailing list pgsql-hackers

From Noah Misch
Subject CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc.
Date
Msg-id 20260710195902.4f.noahmisch@microsoft.com
Whole thread
Responses Re: CREATE SUBSCRIPTION ... SERVER vs. pg_dump, etc.
List pgsql-hackers
An Opus 4.8 review of commit 8185bb5 found two pg_dump+restore failure
scenarios, visible in the attached test patch.  (The patch also tests a
REASSIGN OWNED finding, for which I started a distinct thread
postgr.es/m/flat/20260710192533.4f.noahmisch@microsoft.com).

Opus also emitted the attached report about these findings and others.  I
didn't examine the others closely.  Finding-19, about invalidation callbacks,
stood out as perhaps most exciting if true.

Attachment

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: REASSIGN OWNED vs. relisshared dep on !relisshared
Next
From: Haibo Yan
Date:
Subject: Re: implement CAST(expr AS type FORMAT 'template')