pgwire: TimeZone ParameterStatus field incorrect with offsets #42404
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
S-3-ux-surprise
Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Found in #42376.
When using
SET TIME ZONE +3
on initialisation or after changes over pgwire, the output inParameterStatus
is mismatching:Furthermore, adding timezones such as
-7.55
is incorrect.See tests in
pkg/sql/pgwire/testdata/pgtest/connection_params
for more info.Epic CRDB-8948
The text was updated successfully, but these errors were encountered: