mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-08 14:40:37 +00:00
## Problem #8843 User initiated sql queries are being classified as "postgres" errors, whereas they're really user errors. ## Summary of changes Classify user-initiated postgres errors as user errors if they are related to a sql query that we ran on their behalf. Do not log those errors.