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 c2caa4b commit aff46c7Copy full SHA for aff46c7
src/geyser_plugin_postgres.rs
@@ -395,7 +395,7 @@ impl GeyserPlugin for GeyserPluginPostgres {
395
}
396
_ => {
397
return Err(GeyserPluginError::SlotStatusUpdateError{
398
- msg: format!("Failed to persist the transaction info to the PostgreSQL database. Unsupported format.")
+ msg: "Failed to persist the transaction info to the PostgreSQL database. Unsupported format.".to_string()
399
});
400
401
},
0 commit comments