Skip to content
Open
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
Next Next commit
remove-comment
  • Loading branch information
niclaflamme committed Aug 8, 2025
commit 08fcb595693f5861a839558209efbcb5ee51e308
1 change: 0 additions & 1 deletion pgdog/src/frontend/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ pub struct Client {
streaming: bool,
shutdown: bool,
prepared_statements: PreparedStatements,
// in_transaction: bool,
logical_transaction: LogicalTransaction,
timeouts: Timeouts,
request_buffer: Buffer,
Expand Down
Loading