Re: Fastpath while arranging the changes in LSN order in logical decoding

Dilip Kumar <dilipbalaut@gmail.com>

From: Dilip Kumar <dilipbalaut@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-12-17T03:03:13Z
Lists: pgsql-hackers
On Mon, Nov 25, 2019 at 9:22 AM Dilip Kumar <dilipbalaut@gmail.com> wrote:
>
> In logical decoding, while sending the changes to the output plugin we
> need to arrange them in the LSN order.  But, if there is only one
> transaction which is a very common case then we can avoid building the
> binary heap.  A small patch is attached for the same.

I have registered it in the next commitfest.

-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com



Commits

  1. logical decoding: Remove TODO about unnecessary optimization.

  2. Stamp 12.2.