pgsql: Update comments to reflect changes in 8e0d32a4a1. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Update comments to reflect changes in 8e0d32a4a1.
Date
Msg-id E1vYM61-002QA5-2c@gemulon.postgresql.org
Whole thread Raw
List 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.kapila16@gmail.com>
Reviewed-by: Michael Paquier <michael@paquier.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_17_STABLE

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

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


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Doc: Clarify publication privilege requirements.
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix version check for retain_dead_tuples subscription option.