Re: PG 18 release notes draft committed - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: PG 18 release notes draft committed
Date
Msg-id CAA4eK1KN-SYDARdQpME1HGJFsySxF-BmbCvAWct9dUYpBTwqBg@mail.gmail.com
Whole thread Raw
In response to PG 18 release notes draft committed  (Bruce Momjian <bruce@momjian.us>)
Responses Re: PG 18 release notes draft committed
List pgsql-hackers
On Fri, May 2, 2025 at 8:14 AM Bruce Momjian <bruce@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.



pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: Issue with logical replication slot during switchover
Next
From: Shinya Kato
Date:
Subject: Re: Speed up COPY FROM text/CSV parsing using SIMD