pgsql: Update comments to reflect changes in 8e0d32a4a1.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comments to reflect changes in 8e0d32a4a1.
Date: 2025-12-24 10:27:58
Message-ID: E1vYM61-002QA3-2Y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comments to reflect changes in 8e0d32a4a1.

Commit 8e0d32a4a1 fixed an issue by allowing the replication origin to be
created while marking the table sync state as SUBREL_STATE_DATASYNC.
Update the comment in check_old_cluster_subscription_state() to accurately
describe this corrected behavior.

Author: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Backpatch-through: 17, where the code was introduced
Discussion: https://postgr.es/m/CAA4eK1+KaSf5nV_tWy+SDGV6MnFnKMhdt41jJjSDWm6yCyOcTw@mail.gmail.com
Discussion: https://postgr.es/m/aUTekQTg4OYnw-Co@paquier.xyz

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/214c17bd623e1fd80b6ac02bd7c428eb4ab4307d

Modified Files
--------------
src/bin/pg_upgrade/check.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-12-24 14:25:50 pgsql: Fix version check for retain_dead_tuples subscription option.
Previous Message Amit Kapila 2025-12-24 09:29:20 pgsql: Doc: Clarify publication privilege requirements.