Skip to content

Commit 6d4e08b

Browse files
committed
Change can seek default to false for replication and other places
1 parent b689a09 commit 6d4e08b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Npgsql/Internal/PgReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ internal void Reset()
9696
if (Initialized)
9797
ThrowHelper.ThrowInvalidOperationException("Cannot reset an initialized reader.");
9898

99-
StreamCanSeek = true;
99+
StreamCanSeek = false;
100100
}
101101

102102
internal void RevertNestedReadScope(int size, int startPos, Size bufferRequirement)

0 commit comments

Comments
 (0)