pgsql: Fix a comment in worker.c.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix a comment in worker.c.
Date: 2022-02-18 02:27:19
Message-ID: E1nKszP-0001mJ-U3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a comment in worker.c.

The comment incorrectly states that worker gets killed during
ALTER SUBSCRIPTION ... DISABLE. Remove that part of the comment.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoCbEN==oH7BhP3U6WPHg3zgH6sDOeKhJjy4W2dx-qoVCw@mail.gmail.com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2022-02-18 02:39:16 pgsql: postgres_fdw: Make postgres_fdw.application_name support more es
Previous Message Tom Lane 2022-02-17 20:03:47 pgsql: Avoid dangling-pointer usage in pg_basebackup progress reports.