File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/backend/replication/logical Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -788,7 +788,6 @@ apply_handle_update_internal(ResultRelInfo *relinfo,
788
788
LogicalRepRelMapEntry * relmapentry )
789
789
{
790
790
Relation localrel = relinfo -> ri_RelationDesc ;
791
- LogicalRepRelation * remoterel = & relmapentry -> remoterel ;
792
791
Oid idxoid ;
793
792
EPQState epqstate ;
794
793
TupleTableSlot * localslot ;
@@ -806,7 +805,7 @@ apply_handle_update_internal(ResultRelInfo *relinfo,
806
805
*/
807
806
idxoid = GetRelationIdentityOrPK (localrel );
808
807
Assert (OidIsValid (idxoid ) ||
809
- (remoterel -> replident == REPLICA_IDENTITY_FULL ));
808
+ (relmapentry -> remoterel . replident == REPLICA_IDENTITY_FULL ));
810
809
811
810
if (OidIsValid (idxoid ))
812
811
found = RelationFindReplTupleByIndex (localrel , idxoid ,
You can’t perform that action at this time.
0 commit comments