Re: First draft of the PG 15 release notes

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: First draft of the PG 15 release notes
Date: 2022-05-13 02:45:39
Message-ID: CA+HiwqFAd3i5xL54n8t=6PTtgncTQqNw97Hu9n0HYhyAZ-F+7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 13, 2022 at 11:44 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> On Fri, May 13, 2022 at 7:19 AM Amit Langote <amitlangote09(at)gmail(dot)com> 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?
> >
>
> Right.
>
> > <!--
> > 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.
> >
>
> I don't see any attachment.

Oops, attached this time.

--
Thanks, Amit Langote
EDB: http://www.enterprisedb.com

Attachment Content-Type Size
move-logirep-item.diff application/octet-stream 1.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2022-05-13 02:54:53 Re: First draft of the PG 15 release notes
Previous Message Amit Kapila 2022-05-13 02:44:22 Re: First draft of the PG 15 release notes