Skip to content

Commit a041650

Browse files
authored
Update mod.rs
1 parent d513811 commit a041650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ fn replace_fake_oid(
598598
.as_mut()?
599599
.get_mut(byte_index..)?
600600
.first_chunk_mut::<4>()?;
601-
*serialized_oid = real_oids.get(&u32::from_be_bytes(*serialized_oid))?.to_be_bytes();
601+
//*serialized_oid = real_oids.get(&u32::from_be_bytes(*serialized_oid))?.to_be_bytes();
602602
Some(())
603603
}
604604

0 commit comments

Comments
 (0)