(unnamed)
text/html
Filename: (unnamed)
Type: text/html
Part: 0
<div>Hi,</div><div> </div><div>I fixed the compiler warnings.</div><div> </div><div><div>I want to ask. Do I need to restore replication sources in my patch created by calling the pg_replication_origin_create function?</div><div>Currently, these replication sources are not being migrated to the new cluster.</div><div><div>Maybe it should be done later. If there are users who use it.</div><div> </div></div></div><div>----------------</div><div>Кому: Hayato Kuroda (Fujitsu) (kuroda.hayato@fujitsu.com), Masahiko Sawada (sawada.mshk@gmail.com);</div><div>Копия: pgsql-hackers@postgresql.org, orlovmg@gmail.com, amit.kapila16@gmail.com;</div><div>Тема: Patch for migration of the pg_commit_ts directory;</div><div>21.03.2026, 13:59, "ls7777" <ls7777@yandex.ru>:</div><blockquote><div><div>Hi,</div><div> </div><div><div><div>The patch has been significantly updated.</div><div>1. Added the --pg-commit-ts command line key for pg_upgrade.</div><div>Migration of the pg_commit_ts directory will be performed only if the user explicitly wishes.</div><div>2. The roident values are being transferred from pg_replication_origin to a new cluster to resolve conflict messages {UPDATE|DELETE}_ORIGIN_DIFFERS.</div><div> </div><div>During testing, it turned out that the replication sources created by the pg_replication_origin_create('no_link_sub_4') functions are not migrated to the new cluster. This is probably a bug.</div><div> </div><div>The principle of operation: A query to the old cluster generates SQL commands for roident adjustments, which are then executed in the new cluster.</div><div> </div></div></div><div> </div></div></blockquote>