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.
2 parents aca6427 + 44d27ad commit de1090cCopy full SHA for de1090c
database/src/bin/sqlite-to-postgres.rs
@@ -521,7 +521,7 @@ impl Table for RuntimePstat {
521
522
fn write_postgres_csv_row<W: Write>(writer: &mut csv::Writer<W>, row: &rusqlite::Row) {
523
writer
524
- .serialize(PstatRow {
+ .serialize(RuntimePstatRow {
525
series: row.get(0).unwrap(),
526
aid: row.get(1).unwrap(),
527
cid: row.get(2).unwrap(),
0 commit comments