Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Harden pgsql parser - check pgsql strings really end with \0 - check pgsql message type - limit data row/column/fields parsing buffer regarding to length field - check row/column/fields parser consumed exactly `length` bytes - do not skip some parsing errors, but report to kill stream
- Loading branch information