pgwire: status parameter discrepancies #30692
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-pgwire
pgwire protocol issues.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
When a SQL client connects the server sends a initial batch of "status parameters" which reports configuration settings valid at session initialization.
Currently CockroachDB sends constant strings for this.
This is not correct however, because the parameters should reflect any overrides made via the client own configuration parameters that were sent initially. For example
application_name
must pick up the value provided by the client.The text was updated successfully, but these errors were encountered: