Re: POC: make mxidoff 64 bits

From: zengman <zengman(at)halodbtech(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: POC: make mxidoff 64 bits
Date: 2026-01-05 03:56:46
Message-ID: tencent_1DA5133429DA73260230CE76@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > I'm currently looking into the `SlruReadSwitchPageSlow` function and have a question regarding the expression `&state->buf.data + bytes_read` —
> > I suspect the ampersand (&) here might be misused. Would you be able to help me verify this?

> Yes, you're right. Good catch! Committed the fix, thanks.

Thank you for confirming this, committing the fix, and recognizing this.😀

--
Regards,
Man Zeng
www.openhalo.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-01-05 03:59:30 Re: [PROPOSAL] Termination of Background Workers for ALTER/DROP DATABASE
Previous Message jian he 2026-01-05 03:28:32 Re: virtual generated column as partition key