public inbox for [email protected]
help / color / mirror / Atom feedFrom: Heikki Linnakangas <[email protected]>
To: [email protected]
Subject: pgsql: Deduplicate metapage sanity checks in _bt_gettrueroot()
Date: Tue, 07 Jul 2026 21:32:15 +0000
Message-ID: <[email protected]> (raw)
Deduplicate metapage sanity checks in _bt_gettrueroot()
Replace the metapage sanity checks in _bt_gettrueroot() with a call to
_bt_getmeta(), which does exactly the same checks.
Author: Chao Li <[email protected]>
Reviewed-by: Neil Chen <[email protected]>
Discussion: https://www.postgresql.org/message-id/[email protected]...
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/99319edb8f5e9c4363ac79088e58a70570d728bb
Modified Files
--------------
src/backend/access/nbtree/nbtpage.c | 22 +---------------------
1 file changed, 1 insertion(+), 21 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgsql: Deduplicate metapage sanity checks in _bt_gettrueroot()
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox