]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Update comments to reflect changes in 8e0d32a4a1. REL_17_STABLE github/REL_17_STABLE
authorAmit Kapila <akapila@postgresql.org>
Wed, 24 Dec 2025 09:55:03 +0000 (09:55 +0000)
committerAmit Kapila <akapila@postgresql.org>
Wed, 24 Dec 2025 09:55:03 +0000 (09:55 +0000)
commita1cdb81201109d26d80156babfbb2f7ba8c02669
tree3e212a5baddc9d82ee43f3c84c2e5c602fa3405d
parent0ed8f1afb15f5913458b0363c0eb818e758f97bd
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
src/bin/pg_upgrade/check.c