Give nbtree move right function internal linkage.
authorPeter Geoghegan <pg@bowt.ie>
Mon, 12 Aug 2024 18:36:55 +0000 (14:36 -0400)
committerPeter Geoghegan <pg@bowt.ie>
Mon, 12 Aug 2024 18:36:55 +0000 (14:36 -0400)
commit1343ae954ceaf591d6b4271f2b0a93390d56501d
tree8036c4cdf28d1efdb62928ef965d69ea78a1a395
parent2aecbd752616aa664f32b3c1804732e475def7cc
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
src/backend/access/nbtree/nbtsearch.c
src/include/access/nbtree.h