Re: Moving _bt_readpage and _bt_checkkeys into a new .c file

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Victor Yegorov <vyegorov(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Moving _bt_readpage and _bt_checkkeys into a new .c file
Date: 2025-12-08 18:50:08
Message-ID: CAH2-Wzmyf=z1qGHY4KwXC+DsKYLjVW2ghSv=fdxnk-K-xgc5=A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Dec 8, 2025 at 4:13 AM Victor Yegorov <vyegorov(at)gmail(dot)com> wrote:
> I've compiled and run test (check and installcheck) with all 3 patches, did a small standard pgbench run:
> pgbench -s 100 -i
> pgbench -P 60 -T 300
>
> Results:
> master: 569 TPS
> patched: 590 TPS +3.7%

Pushed both patches just now.

Thanks for the review!

--
Peter Geoghegan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-12-08 18:51:23 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Previous Message Mahendra Singh Thalor 2025-12-08 18:48:46 Re: Non-text mode for pg_dumpall