We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b01a494 + 611c0d5 commit e0aee56Copy full SHA for e0aee56
wrappers/src/stats.rs
@@ -41,6 +41,7 @@ fn get_stats_table() -> String {
41
}
42
43
// increase stats value
44
+#[allow(dead_code)]
45
pub(crate) fn inc_stats(fdw_name: &str, metric: Metric, inc: i64) {
46
let sql = format!(
47
"insert into {} as s (fdw_name, {}) values($1, $2)
0 commit comments