feature(postgres) add pipelining support (#20986)

Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
This commit is contained in:
Ciro Spaciari
2025-07-14 21:59:16 -07:00
committed by GitHub
parent 5fe0c034e2
commit 6efb346e68
5 changed files with 244 additions and 93 deletions

View File

@@ -2,6 +2,8 @@ pub const ConnectionFlags = packed struct {
is_ready_for_query: bool = false,
is_processing_data: bool = false,
use_unnamed_prepared_statements: bool = false,
waiting_to_prepare: bool = false,
has_backpressure: bool = false,
};
// @sortImports