pgsql: Tweak nbtsearch.c function prototype order. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Tweak nbtsearch.c function prototype order.
Date
Msg-id E1h6I5w-00069M-Kt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make checkpoint requests more robust.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Rename typedef in jsonpath_gram.y from "string" to"JsonPathStri