Actions
Bug #8886
open
JF
JF
pgsql: use message type for transaction actions
Bug #8886:
pgsql: use message type for transaction actions
Affected Versions:
Effort:
Difficulty:
Label:
Description
parse_request and parse_response were using the parser state for transaction bookkeeping.
This ended up affecting the logging of message types that didn't progress the parser's state:
they didn't get added to the responses array, and thus didn't get logged.
Actions