Re: Allow using replication origins in SQL level parallel sessions

2025-09-05 Thread Amit Kapila
On Thu, Sep 4, 2025 at 11:32 PM Emre Hasegeli wrote: > > Replication origins is a useful feature for external replication > systems to do conflict resolution in bi-directional replication. It's > possible for the external systems to make use of this feature using > the SQL functions pg_replicatio

Allow using replication origins in SQL level parallel sessions

2025-09-04 Thread Emre Hasegeli
Replication origins is a useful feature for external replication systems to do conflict resolution in bi-directional replication. It's possible for the external systems to make use of this feature using the SQL functions pg_replication_origin_*(). pg_replication_origin_session_setup() is the one