pgwire: Add SEVERITY_NONLOCALIZED
error field
#81794
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-pgwire
pgwire protocol issues.
A-tools-psycopg
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
O-community
Originated from the community
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
X-blathers-triaged
blathers was able to find an owner
Is your feature request related to a problem? Please describe.
Since version 9.6, PostgreSQL emits a SEVERITY_NONLOCALIZED field with its error messages (code is
V
). This field is missing in CRDB.Describe the solution you'd like
Please introduce this field, as it might be used by clients to decide what to do with a notification.
It needs to be added here:
cockroach/pkg/sql/pgwire/conn.go
Line 1475 in daf3b48
Jira issue: CRDB-16071
The text was updated successfully, but these errors were encountered: