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
-
logical decoding: Remove TODO about unnecessary optimization.
- 112b006fe79b 13.0 landed
-
Stamp 12.2.
- 45b88269a353 12.2 cited