Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Fix broken build on develop branch #85

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/aggregates/gapfill_delta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ unsafe extern "C" fn gapfill_delta_final(fcinfo: pg_sys::FunctionCallInfo) -> pg
}

#[derive(Serialize, Deserialize, PostgresType, Debug)]
#[pgx(sql = false)]
pub struct GapfillDeltaTransition {
window: VecDeque<(pg_sys::TimestampTz, f64)>,
// a Datum for each index in the array, 0 by convention if the value is NULL
Expand Down