pixie icon indicating copy to clipboard operation
pixie copied to clipboard

Enhance postgres protocol parsing to handle `ParameterStatus` message

Open ddelnano opened this issue 1 year ago • 0 comments

Users have requested that they'd like to be able to see the postgres server version from the pgsql protocol tracing. This is something that postgres encodes in the ParameterStatus message.

The postgres parser knows the ParameterStatus message exists, but we aren't pulling out the details from the payload when we see the message (the Tag::kParamStatus is missing from this switch statement).

ddelnano avatar Dec 13 '24 17:12 ddelnano