## add default no-op `error` listener to pool and client
Author: briancCreated Mar 5, 2026Updated Aug 13, 2026
add default no-op error listener to pool and client
Returning errors from all operations (which is already what happens after an error event) is probably enough as a default; no need to crash the process.
Originally posted by @charmander in https://github.com/brianc/node-postgres/discussions/3598#discussioncomment-15904240
Source: brianc/node-postgres