mirror of https://github.com/citusdata/citus.git
Attempt to fix stalls
parent
e5e64b7454
commit
19b67de8f4
|
@ -170,6 +170,7 @@ shard_split_change_cb(LogicalDecodingContext *ctx, ReorderBufferTXN *txn,
|
||||||
/* Current replication slot is not responsible for handling the change */
|
/* Current replication slot is not responsible for handling the change */
|
||||||
if (targetRelationOid == InvalidOid)
|
if (targetRelationOid == InvalidOid)
|
||||||
{
|
{
|
||||||
|
pgOutputPluginChangeCB(ctx, txn, relation, change);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue