When I execute EXPLAIN(ANALYZE, VERBOSE, BUFFERS) in a certain SQL statement, I get “server closed the connection unexpectedly”
I am running postgres with docker-compose, but when I execute EXPLAIN(ANALYZE, VERBOSE, BUFFERS) with the following SQL statement, I get the following error. At the same time,...