Skip to content

Commit

Permalink
fix default target-session-attrs (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denchick committed Jun 6, 2023
1 parent 4793aac commit 1cb2d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ func NewPsqlClient(pgconn net.Conn) *PsqlClient {
conn: pgconn,
startupMsg: &pgproto3.StartupMessage{},
prepStmts: map[string]string{},
tsa: config.TargetSessionAttrsAny,
tsa: config.TargetSessionAttrsRW,
}
cl.id = "dwoiewiwe"

Expand Down

0 comments on commit 1cb2d88

Please sign in to comment.