pgsql: logical decoding: Remove TODO about unnecessary optimization.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: logical decoding: Remove TODO about unnecessary optimization.
Date: 2020-03-24 19:16:43
Message-ID: E1jGp2Z-0001IT-Tv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

logical decoding: Remove TODO about unnecessary optimization.

Measurements show, and intuition agrees, that there's currently no
known cases where adding a fastpath to avoid allocating / ordering a
heap for a single transaction is worthwhile.

Author: Dilip Kumar
Discussion: https://postgr.es/m/CAFiTN-sp701wvzvnLQJGk7JDqrFM8f--97-ihbwkU8qvn=p8nw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/112b006fe79b6fe84647df84a07c201e5a7b1635

Modified Files
--------------
src/backend/replication/logical/reorderbuffer.c | 5 -----
1 file changed, 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-03-24 21:58:51 pgsql: Fix nbtree deduplication README commentary.
Previous Message Peter Eisentraut 2020-03-24 18:31:36 pgsql: Fix compiler warning on Cygwin