(label: &str)
| 24 | } |
| 25 | |
| 26 | fn trace_expected(label: &str) { |
| 27 | eprintln!("extensions_smoke::expected_sql_error exercising {label}"); |
| 28 | } |
| 29 | |
| 30 | fn first_f64(result: &pglite_oxide::Results, column: &str) -> f64 { |
| 31 | result.rows[0][column].as_f64().expect("floating result") |
no outgoing calls