pgsql: Fix the warnings introduced in commit ce0fdbfe97.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix the warnings introduced in commit ce0fdbfe97.
Date: 2021-02-15 02:06:43
Message-ID: E1lBTHf-0006MQ-7h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2021-02-15 02:24:14 pgsql: Use pg_pwrite() in pg_test_fsync.
Previous Message Thomas Munro 2021-02-15 01:30:04 pgsql: Hold interrupts while running dsm_detach() callbacks.