]> git.ipfire.org Git - thirdparty/suricata.git/commit
pgsql: allow multi-request transactions
authorJuliana Fajardini <jufajardini@oisf.net>
Thu, 1 May 2025 00:48:07 +0000 (21:48 -0300)
committerJuliana Fajardini <jufajardini@oisf.net>
Wed, 4 Jun 2025 18:21:32 +0000 (15:21 -0300)
commitdecbb0ba5f540c779841cec52c62a89468ca1993
tree0742043b3f266030a576d73651e48e65198c11dd
parentb3b0bbd1c366beedf2be1d117306033acfa6e95d
pgsql: allow multi-request transactions

Important for CopyIn mode/ subprotocol, where the frontend is the one
sending 0 or more messages to the backend as part of a transaction.

Related to
Task #7645
rust/src/pgsql/detect.rs
rust/src/pgsql/logger.rs
rust/src/pgsql/pgsql.rs