Re: Force streaming every change in logical decoding

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: amit(dot)kapila16(at)gmail(dot)com
Cc: sawada(dot)mshk(at)gmail(dot)com, shiy(dot)fnst(at)fujitsu(dot)com, smithpb2250(at)gmail(dot)com, kuroda(dot)hayato(at)fujitsu(dot)com, dilipbalaut(at)gmail(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Force streaming every change in logical decoding
Date: 2022-12-23 02:25:24
Message-ID: 20221223.112524.579394520350376717.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Thu, 22 Dec 2022 14:53:34 +0530, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote in
> For this, I like your proposal for "buffered" as an explicit default value.

Good to hear.

> Okay, how about modifying it to: "When set to
> <literal>immediate</literal>, stream each change if
> <literal>streaming</literal> option (see optional parameters set by
> CREATE SUBSCRIPTION) is enabled, otherwise, serialize each change.

Looks fine. Thanks!

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2022-12-23 02:26:20 Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c)
Previous Message Kyotaro Horiguchi 2022-12-23 02:21:54 Re: Exit walsender before confirming remote flush in logical replication