Give nbtree move right function internal linkage.

Peter Geoghegan <pg@bowt.ie>

Commit: 1343ae954ceaf591d6b4271f2b0a93390d56501d
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2024-08-12T18:36:55Z
Releases: 18.0
Give nbtree move right function internal linkage.

Declare _bt_moveright() static.  This is a minor modularity win; the
routine was already private to nbtsearch.c for all practical purposes.

Author: Matthias van de Meent <boekewurm+postgres@gmail.com>
Discussion: https://postgr.es/m/CAEze2WgWVzCNEXQB_op5MMZMDgJ3fg3AhVm6bq2iZPpJNXGhWw@mail.gmail.com

Files

PathChange+/−
src/backend/access/nbtree/nbtsearch.c modified +4 −1
src/include/access/nbtree.h modified +0 −3

Discussion