pgsql: nbtree: Reorder nbtinsert.c prototypes. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: nbtree: Reorder nbtinsert.c prototypes.
Date
Msg-id E1jDgpx-0003rL-Dq@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add backend type to csvlog and optionally log_line_prefix
Next
From: Thomas Munro
Date:
Subject: pgsql: Simplify the effective_io_concurrency setting.