Postgres: random inexplicable OOM
Project ID: N/A
(any of them)
When trying to run the query
SELECT table_name FROM information_schema.tables WHERE table_schema = 'public'
on any database, it gives an out-of-memory error. When I add a semicolon, my app segfaults.
A snippet of my code:
(ignore the debugging™️)2 Replies