pgsql: nbtree: Minor sibling link traversal tweaks.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: nbtree: Minor sibling link traversal tweaks.
Date: 2024-10-28 16:23:57
Message-ID: E1t5SX7-002rhs-IS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

nbtree: Minor sibling link traversal tweaks.

Tweak some code comments for clarity, and relocate some local variable
declarations to the scope where they're actually used.

Follow-up to recent commit 1bd4bc85.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/123474cbcebc17d3fd32503092df6e4beb8df0f6

Modified Files
--------------
src/backend/access/nbtree/nbtsearch.c | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-10-28 16:46:00 pgsql: Fix WAL_DEBUG build
Previous Message Peter Geoghegan 2024-10-28 15:56:43 Re: pgsql: Remove unused #include's from contrib, pl, test .c files