Skip to content

Commit

Permalink
Rn to PgAnalytics (#74) (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel authored Aug 13, 2024
1 parent 96240a4 commit be48684
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ pub extern "C" fn _PG_init() {

GUCS.init("pg_analytics");

// TODO: Change to ParadeExtension::PgAnalytics
setup_telemetry_background_worker(ParadeExtension::PgLakehouse);
setup_telemetry_background_worker(ParadeExtension::PgAnalytics);
}

#[cfg(test)]
Expand Down

0 comments on commit be48684

Please sign in to comment.