On Fri, Mar 6, 2026 at 11:39 AM Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
Hi,
On Fri, 6 Mar 2026 at 20:00, Manni Wood <manni.wood@enterprisedb.com> wrote: > > Hello. > > I ran Nazir's v11 patch on my x86 tower PC and my arm raspberry pi using the same build I've been using: meson with "debugoptimized", which translates to "-g -O2" gcc flags.
Thanks for the benchmark! The results look nice.
One question: does your benchmark include the 34dfca2934 LZ4 commit, and is LZ4 enabled on your system?
-- Regards, Nazir Bilal Yavuz Microsoft
Hello, Nazir!
When I ran `meson setup build --buildtype=debugoptimized` on both my x86 machine and my arm machine, the response on both was:
"External libraries
" lz4 : NO"
However, I did not remove commit 34dfca2934 from any of my Postgres builds; I left that commit in place.