pgsql: nbtree: Reorder nbtinsert.c prototypes.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: nbtree: Reorder nbtinsert.c prototypes.
Date: 2020-03-16 03:54:45
Message-ID: E1jDgpx-0003rL-Dq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

nbtree: Reorder nbtinsert.c prototypes.

Relocate _bt_newroot() prototype, so that the order that prototypes
appear in matches the order that the functions are defined in.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f207bb0b8f13999c91b405a2e6c8526225470816

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-03-16 04:24:25 pgsql: Introduce a maintenance_io_concurrency setting.
Previous Message Peter Eisentraut 2020-03-15 10:23:15 pgsql: Add backend type to csvlog and optionally log_line_prefix