Skip to content

Commit

Permalink
print type name in 'unsupported type' error
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Oct 4, 2024
1 parent 37c362a commit cf88514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg_replicate/src/conversions/cdc_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub enum CdcEventConversionError {
#[error("invalid timestamp value")]
InvalidTimestamp(#[from] chrono::ParseError),

#[error("unsupported type")]
#[error("unsupported type: {0}")]
UnsupportedType(String),

#[error("out of range timestamp")]
Expand Down

0 comments on commit cf88514

Please sign in to comment.