Attempt to fix stalls

FixShardSplitStall
EmelSimsek 2023-09-12 02:22:41 +03:00
parent e5e64b7454
commit 19b67de8f4
No known key found for this signature in database
GPG Key ID: EB13DFB77C32D7D8
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ shard_split_change_cb(LogicalDecodingContext *ctx, ReorderBufferTXN *txn,
/* Current replication slot is not responsible for handling the change */
if (targetRelationOid == InvalidOid)
{
pgOutputPluginChangeCB(ctx, txn, relation, change);
return;
}