pgsql: Rename hook functions for debug_io_direct to match variable name

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Rename hook functions for debug_io_direct to match variable name
Дата
Msg-id E1qZ7k2-000dnQ-4I@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rename hook functions for debug_io_direct to match variable name.

Commit 319bae9a renamed the GUC.  Rename the check and assign functions
to match, and alphabetize.

Back-patch to 16.

Author: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/2769341e-fa28-c2ee-3e4b-53fdcaaf2271%40eisentraut.org

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/155c81463c26d908a1579b6d90e7b39b6f61df8b
Author: Peter Eisentraut <peter@eisentraut.org>

Modified Files
--------------
src/backend/storage/file/fd.c       | 6 +++---
src/backend/utils/misc/guc_tables.c | 6 +++---
src/include/utils/guc_hooks.h       | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Rename hook functions for debug_io_direct to match variable name
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Update DECLARE_INDEX documentation