Invalid frontend message type ##
I've been getting these errors beginning last week - I'm unsure of how to troubleshoot them?
My understanding is the type number converts to a ASCII code (e.g. 66 = B, which corresponds to a bind command as per the below doc)
https://www.postgresql.org/docs/current/protocol-message-formats.html
https://www.postgresql.org/docs/current/protocol-logicalrep-message-formats.html
Is there any way I can get more information than this from postgres logs?
My understanding is the type number converts to a ASCII code (e.g. 66 = B, which corresponds to a bind command as per the below doc)
https://www.postgresql.org/docs/current/protocol-message-formats.html
https://www.postgresql.org/docs/current/protocol-logicalrep-message-formats.html
Is there any way I can get more information than this from postgres logs?

PostgreSQL Documentation
53.7. Message Formats # This section describes the detailed format of each message. Each is marked to indicate that it can …

PostgreSQL Documentation
53.9. Logical Replication Message Formats # This section describes the detailed format of each logical replication message. These messages are either …
