pgsql: Fix the warnings introduced in commit ce0fdbfe97.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix the warnings introduced in commit ce0fdbfe97.
Дата
Msg-id E1lBTHf-0006MQ-7h@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix the warnings introduced in commit ce0fdbfe97.

Author: Amit Kapila
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/1610789.1613170207@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
src/backend/commands/subscriptioncmds.c     | 15 +++++++----
src/backend/replication/logical/tablesync.c | 40 ++++++++++++++---------------
src/include/replication/slot.h              |  2 +-
src/include/replication/worker_internal.h   |  3 ++-
4 files changed, 32 insertions(+), 28 deletions(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Hold interrupts while running dsm_detach() callbacks.
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Use pg_pwrite() in pg_test_fsync.