Re: Single transaction in the tablesync worker?

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Petr Jelinek <petr(dot)jelinek(at)enterprisedb(dot)com>
Cc: Peter Smith <smithpb2250(at)gmail(dot)com>, Ajin Cherian <itsajin(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Single transaction in the tablesync worker?
Date: 2021-02-11 11:38:37
Message-ID: CAA4eK1+8Jt4mS+fFN6OJsx6uf=ogeKsoKOZ4Ow2JqkHPcqKzOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Feb 11, 2021 at 3:32 PM Petr Jelinek
<petr(dot)jelinek(at)enterprisedb(dot)com> wrote:
>
> On 11 Feb 2021, at 10:56, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> >
> >> Well, I was thinking it could be NOTICE or LOG to be honest, WARNING seems unnecessarily scary for those usecases to me.
> >>
> >
> > I am fine with LOG and will make that change. Do you have any more
> > comments or want to spend more time on this patch before we call it
> > good?
>
> I am good, thanks!
>

Okay, attached an updated patch with only that change.

--
With Regards,
Amit Kapila.

Attachment Content-Type Size
v32-0001-Allow-multiple-xacts-during-table-sync-in-logica.patch application/octet-stream 63.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2021-02-11 12:08:34 Re: Dump public schema ownership & seclabels
Previous Message Dilip Kumar 2021-02-11 11:06:55 Re: Is Recovery actually paused?