You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Rename GUC logical_decoding_mode to logical_replication_mode.
Rename the developer option 'logical_decoding_mode' to the more flexiblename 'logical_replication_mode' because doing so will make it easier toextend this option in the future to help test other areas of logicalreplication.Currently, it is used on the publisher side to allow streaming orserializing each change in logical decoding. In the upcoming patch, we areplanning to use it on the subscriber. On the subscriber, it will allowserializing the changes to file and notifies the parallel apply workers toread and apply them at the end of the transaction.We discussed exposing this parameter as a subscription option butit did not seem advisable since it is primarily used for testing/debuggingand there is no other such parameter. We also discussed having separateGUCs for publisher and subscriber but for current testing/debuggingrequirements, one GUC is sufficient.Author: Hou ZhijieReviewed-by: Peter Smith, Kuroda Hayato, Sawada Masahiko, Amit KapilaDiscussion:https://postgr.es/m/CAD21AoAy2c=Mx=FTCs+EwUsf2kQL5MmU3N18X84k0EmCXntK4g@mail.gmail.comDiscussion:https://postgr.es/m/CAA4eK1+wyN6zpaHUkCLorEWNx75MG0xhMwcFhvjqm2KURZEAGw@mail.gmail.com