Thread: pgsql: Tweak nbtsearch.c function prototype order.

pgsql: Tweak nbtsearch.c function prototype order.

From
Peter Geoghegan
Date:
Tweak nbtsearch.c function prototype order.

nbtsearch.c's static function prototypes were slightly out of order.
Make the order consistent with static function definition order.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1009920aaa39e19ecb36409447ece2f8102f4225

Modified Files
--------------
src/backend/access/nbtree/nbtsearch.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)