We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c267596 commit 90d2f04Copy full SHA for 90d2f04
rust/cubesql/pg-srv/src/values/timestamp.rs
@@ -184,7 +184,7 @@ impl FromProtocolValue for TimestampValue {
184
Ok(TimestampValue::new(unix_nano, None))
185
}
186
187
- // https://github.com/postgres/postgres/blob/REL_14_4/src/backend/utils/adt/timestamp.c#234
+ // https://github.com/postgres/postgres/blob/REL_14_4/src/backend/utils/adt/timestamp.c#L234
188
fn from_binary(raw: &[u8]) -> Result<Self, ProtocolError> {
189
if raw.len() != 8 {
190
return Err(ProtocolError::ErrorResponse {
0 commit comments