Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Update lib/strategy.ex
Co-authored-by: Todd Pickell <[email protected]>
  • Loading branch information
josevalim and tapickell authored Jun 18, 2025
commit 05cb6cad32e4eb86b40413e7ded1c16882029817
2 changes: 1 addition & 1 deletion lib/strategy.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule LibclusterPostgres.Strategy do
alias Cluster.Logger

@postgrex_keys [:hostname, :username, :password, :database, :port] ++
[:ssl, :ssl_opts, :socket_options, :parameters]
[:ssl, :ssl_opts, :socket, :socket_dir, :socket_options, :parameters]

def start_link(args), do: GenServer.start_link(__MODULE__, args)

Expand Down