Re: [HACKERS] logical decoding of two-phase transactions

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Ajin Cherian <itsajin(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Date: 2021-03-22 09:11:44
Message-ID: CAHut+PvaxVY0bT_gLCXE7rSwrOiC_C59WNWchysKJTUrxpN8HA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Mar 22, 2021 at 6:27 PM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
>
> On Sun, Mar 21, 2021 at 6:37 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> >
> > I have further updated the patch to implement unique GID on the
> > subscriber-side as discussed in the nearby thread [1]. That requires
> > some changes in the test. Additionally, I have updated some comments
> > and docs. Let me know what do you think about the changes?
> >
>
> Hi Amit.
>
> PSA a small collection of feedback patches you can apply on top of the
> patch v65-0001 if you decide they are OK.
>
> (There are all I have found after a first pass over all the recent changes).
>

I have spell-checked the content of v65-0001.

PSA a couple more feedback patches to apply on top of v65-0001 if you
decide they are ok.

----
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v65-0006-Feedback-worker.c-comment-wording.patch application/octet-stream 1.1 KB
v65-0005-Feedback-create_subscription-docs-typo.patch application/octet-stream 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tanghy.fnst@fujitsu.com 2021-03-22 09:12:06 RE: [HACKERS] logical decoding of two-phase transactions
Previous Message Tomas Vondra 2021-03-22 09:10:11 Re: WIP: BRIN multi-range indexes