Re: PG 18 release notes draft committed

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PG 18 release notes draft committed
Date: 2025-08-13 06:08:33
Message-ID: CAA4eK1KN-SYDARdQpME1HGJFsySxF-BmbCvAWct9dUYpBTwqBg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 2, 2025 at 8:14 AM Bruce Momjian <bruce(at)momjian(dot)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shinya Kato 2025-08-13 06:21:06 Re: Speed up COPY FROM text/CSV parsing using SIMD
Previous Message shveta malik 2025-08-13 06:04:16 Re: Issue with logical replication slot during switchover