pgsql: nbtree: Reorder nbtinsert.c prototypes.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: nbtree: Reorder nbtinsert.c prototypes.
Дата
Msg-id E1jDgpx-0003rL-Dq@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add backend type to csvlog and optionally log_line_prefix
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Simplify the effective_io_concurrency setting.