pgsql: Fix the warnings introduced in commit ce0fdbfe97. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix the warnings introduced in commit ce0fdbfe97.
Date
Msg-id E1lBTHf-0006MQ-7h@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Hold interrupts while running dsm_detach() callbacks.
Next
From: Thomas Munro
Date:
Subject: pgsql: Use pg_pwrite() in pg_test_fsync.