You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently representing tinyint as bpchar. While that saves on the, it means it is not displayed as a number but as a hex character by postgres clients. Lets instead convert it to a Postgres integer, because that UX problem is probably not worth the space savings to anyone.
Once we do this we can also un-exclude it from this test:
Description
We're currently representing tinyint as bpchar. While that saves on the, it means it is not displayed as a number but as a hex character by postgres clients. Lets instead convert it to a Postgres
integer
, because that UX problem is probably not worth the space savings to anyone.Once we do this we can also un-exclude it from this test:
pg_duckdb/test/regression/expected/test_all_types.out
Line 6 in 02ebeae
The text was updated successfully, but these errors were encountered: