Re: GIN pageinspect support for entry tree and posting tree - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: GIN pageinspect support for entry tree and posting tree
Date
Msg-id 779DFF42-61E0-4295-94C0-53B347F45A17@yandex-team.ru
Whole thread Raw
In response to Re: GIN pageinspect support for entry tree and posting tree  (Japin Li <japinli@hotmail.com>)
Responses Re: GIN pageinspect support for entry tree and posting tree
List pgsql-hackers

> On 14 Jan 2026, at 20:06, Japin Li <japinli@hotmail.com> wrote:
>
> I only have a 64-bit system to work with.

I've tried v16 on 32-bit Ubuntu VM.

If anyone want to toy with it, here's 3.2Gb disk
https://storage.yandexcloud.net/x4m/ubuntu.qcow2

To run it you can just do something in line with
x4mmm@x4mmm-osx Downloads % qemu-system-i386 \
  -hda ubuntu.qcow2 \
  -m 2G \
  -display cocoa \
  -boot d -smp 8 -netdev user,id=mynet0,hostfwd=tcp::2222-:22 -device e1000,netdev=mynet0

And ssh into VM
ssh ubuntu@localhost -p 2222
password ubuntu

..so, v16 patch passes tests via gin_1.out

Thanks!


Best regards, Andrey Borodin.


pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: nbtree: reduce code redundancy by using _bt_getmeta() in _bt_gettrueroot()
Next
From: Kirill Reshke
Date:
Subject: Re: Fix gistkillitems & add regression test to microvacuum