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
# terminal 1> glaredb server
12:36:27.542 INFO metastore::local: Starting in-memory metastore
12:36:27.544 INFO metastore::srv: Creating new Metastore service process_id=c5c943ea-de19-46f6-9e9d-39e578311e75
12:36:27.549 INFO glaredb::server: Starting GlareDB 0.7.1
Connect via Postgres protocol: postgresql://0.0.0.0:6543
# terminal 2
psql "host=localhost user=glaredb dbname=glaredb port=6543"
psql (15.3 (Homebrew), server 15.1)
Type "help"for help.
glaredb=>select* from <KC_TAB>
# terminal 1
thread 'server-thread-9' has overflowed its stack
fatal runtime error: stack overflow
The text was updated successfully, but these errors were encountered:
It may be unrelated, but I'm seeing the same error when trying to e2e test the pg_type table. The server gives the same response when connecting via the adbc_postgres driver.
universalmind303
changed the title
stackoverflow when using tab completion in psql
stackoverflow in dev build when using tab completion in psql
Jan 10, 2024
universalmind303
changed the title
stackoverflow in dev build when using tab completion in psql
cstackoverflow in dev build when using tab completion in psql
Jan 10, 2024
universalmind303
changed the title
cstackoverflow in dev build when using tab completion in psql
client(psql): stackoverflow in dev build when using tab completion
Jan 10, 2024
Description
The text was updated successfully, but these errors were encountered: