pgsql: Give nbtree move right function internal linkage. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Give nbtree move right function internal linkage.
Date
Msg-id E1sdZuo-003smv-E8@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Log more info when wait-for-catchup tests time out.
Next
From: Jeff Davis
Date:
Subject: pgsql: Remove unnecessary check for NULL locale, per Coverity.