Skip to content

Commit

Permalink
Fixed broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
noctarius committed Oct 1, 2023
1 parent 1904dc5 commit 5f9913a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,3 +486,7 @@ func (t testReplicationContext) ReadReplicationSlot(

return t.readReplicationSlot(slotName)
}

func (t testReplicationContext) IsDecompressionMarkingEnabled() bool {
return false
}

0 comments on commit 5f9913a

Please sign in to comment.