Re: First draft of the PG 15 release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: First draft of the PG 15 release notes
Date: 2022-05-13 15:42:25
Message-ID: Yn58YbY3Y4HIUKM5@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 13, 2022 at 10:48:41AM +0900, Amit Langote wrote:
> On Thu, May 12, 2022 at 10:52 PM Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > Okay, I went with:
> >
> > Previously, such updates ran delete actions on the source
> > partition and insert actions on the target partition. PostgreSQL will
> > now run update actions on the referenced partition root.
>
> WFM, thanks.
>
> Btw, perhaps the following should be listed under E.1.3.2.1. Logical
> Replication, not E.1.3.1.1. Partitioning?
>
> <!--
> Author: Amit Kapila <akapila(at)postgresql(dot)org>
> 2021-12-08 [a61bff2bf] De-duplicate the result of pg_publication_tables view.
> -->
>
> <listitem>
> <para>
> Remove incorrect duplicate partitions in system view
> pg_publication_tables (Hou Zhijie)
> </para>
> </listitem>
>
> Attached a patch to do so.

Agreed, done.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Indecision is a decision. Inaction is an action. Mark Batterson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2022-05-13 15:46:24 Re: Comments on Custom RMGRs
Previous Message Nathan Bossart 2022-05-13 15:35:31 Re: make MaxBackends available in _PG_init