Follow-up from #5640.
crates/pg/src/pg_server.rs, response() combines expected client SQL errors with internal database failures. Preserve enough error classification for expected client failures to log at warn or lower while internal failures remain at error.
Follow-up from #5640.
crates/pg/src/pg_server.rs,response()combines expected client SQL errors with internal database failures. Preserve enough error classification for expected client failures to log at warn or lower while internal failures remain at error.