On Fri, May 2, 2025 at 8:14 AM Bruce Momjian <br...@momjian.us> wrote: > > I have committd the first draft of the PG 18 release notes. >
I think it is worth mentioning about commit 7c99dc587a010a0c40d72a0e435111ca7a371c02 as that changes the behavior of how the system behaves for missing publications. Previously, we used to stop replication with ERROR if the required publication is missing, now we skip the missing publication and let replication continue. Though it may sound the new behavior is intuitive but still there could be some users relying on old behavior, so it is better to list this item explicitly. -- With Regards, Amit Kapila.