pgsql: nbtree: Minor sibling link traversal tweaks. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: nbtree: Minor sibling link traversal tweaks.
Date
Msg-id E1t5SX7-002rhs-IS@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Remove unused #include's from contrib, pl, test .c files
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix WAL_DEBUG build