pgsql: nbtree: consistently use minoff variable.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: nbtree: consistently use minoff variable.
Date: 2024-11-18 18:35:38
Message-ID: E1tD6b4-002QzS-Ru@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

nbtree: consistently use minoff variable.

This was arguably an oversight in commit 29b64d1de7, which moved this
code from nbtutils.c to its nbtsearch.c caller.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/18ea6b3d0da357b5874ab9cf41350d4473b01ee9

Modified Files
--------------
src/backend/access/nbtree/nbtsearch.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-11-18 20:33:03 pgsql: Stamp 17.2.
Previous Message Michael Paquier 2024-11-18 04:50:01 pgsql: Improve some code format in gist.c