pgsql: Slightly simplify nbtree split point choice loop.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Slightly simplify nbtree split point choice loop.
Date: 2020-04-15 22:47:48
Message-ID: E1jOqou-0002n7-JU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Slightly simplify nbtree split point choice loop.

Spotted during post-commit review of the nbtree deduplication commit
(commit 0d861bbb).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f0ca378d4c139eda99ef14998115c1674dac3fc5

Modified Files
--------------
src/backend/access/nbtree/nbtsplitloc.c | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-04-16 05:19:03 pgsql: Disable silently generation of manifests with servers <= 12 in p
Previous Message Alvaro Herrera 2020-04-15 21:24:14 Re: pgsql: Rationalize GetWalRcv{Write,Flush}RecPtr().