pgsql: Restart the apply worker if the 'password_required' option is ch

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Restart the apply worker if the 'password_required' option is ch
Date: 2023-04-20 04:09:20
Message-ID: E1ppLbj-003wUx-8P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Restart the apply worker if the 'password_required' option is changed.

The apply worker is restarted if any subscription option that affects the
remote connection was changed. In commit c3afe8cf5a, we added the option
'password_required' which can affect the remote connection, so we should
restart the worker if it was changed.

Author: Amit Kapila
Reviewed-by: Robert Haas
Discussion: https://postgr.es/m/CAA4eK1+z9UDFEynXLsWeMMuUZc1iQkRwj2HNDtxUHTPo-u1F4A@mail.gmail.com
Discussion: https://postgr.es/m/9DFC88D3-1300-4DE8-ACBC-4CEF84399A53@enterprisedb.com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-04-20 11:52:22 pgsql: Doc: clarify NULLS NOT DISTINCT use in unique indexes
Previous Message Thomas Munro 2023-04-20 01:27:51 pgsql: Remove obsolete defense against strxfrm() bugs.