Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
zainkabani committed Jun 19, 2023
commit 4a0c7ebcf057b686cceddf6e55181a97ad74d507
3 changes: 0 additions & 3 deletions src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,7 @@ impl std::fmt::Display for CleanupState {
}
}

static INIT: Once = Once::new();
static TRACKED_PARAMETERS: Lazy<HashSet<String>> = Lazy::new(|| {
INIT.call_once(|| {});

let mut set = HashSet::new();
set.insert("client_encoding".to_string());
set.insert("DateStyle".to_string());
Expand Down