pgsql: Fix a comment in worker.c. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix a comment in worker.c.
Date
Msg-id E1nKszP-0001mJ-U3@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid dangling-pointer usage in pg_basebackup progress reports.
Next
From: Fujii Masao
Date:
Subject: pgsql: postgres_fdw: Make postgres_fdw.application_name support more es