pgsql: Simplify some of the logical replication worker-type checks.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Simplify some of the logical replication worker-type checks.
Date: 2023-08-04 03:03:52
Message-ID: E1qRl6V-000Lfg-K2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify some of the logical replication worker-type checks.

Author: Peter Smith
Reviewed-by: Hou Zhijie
Discussion: http://postgr.es/m/CAHut+Pv-xkEpuPzbEJ=ZSi7Hp2RoGJf=VA-uDRxLi1KHSneFjg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/81ccbe520f42a9873734c614e4eb521190d8f8e4

Modified Files
--------------
src/backend/replication/logical/worker.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-08-05 20:47:24 pgsql: Release notes for 15.4, 14.9, 13.12, 12.16, 11.21.
Previous Message David Rowley 2023-08-04 01:27:56 pgsql: Attempt to stabilize new window agg regression test