pgsql: Give nbtree move right function internal linkage.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Give nbtree move right function internal linkage.
Date: 2024-08-12 18:37:10
Message-ID: E1sdZuo-003smv-E8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAEze2WgWVzCNEXQB_op5MMZMDgJ3fg3AhVm6bq2iZPpJNXGhWw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1343ae954ceaf591d6b4271f2b0a93390d56501d

Modified Files
--------------
src/backend/access/nbtree/nbtsearch.c | 5 ++++-
src/include/access/nbtree.h | 3 ---
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-08-12 19:47:34 pgsql: Remove unnecessary check for NULL locale, per Coverity.
Previous Message Tom Lane 2024-08-12 17:18:42 pgsql: Log more info when wait-for-catchup tests time out.