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.
JF Updated by Juliana Fajardini Reichow 5 days ago
- Related to Bug #8905: pgsql: NoticeResponse and NotificationResponse never pushed to tx added
JF Updated by Juliana Fajardini Reichow 5 days ago
- Status changed from In Progress to In Review
As part of a bigger fix, in GL.
Actions