Matthew Alsup

Results 1 issues of Matthew Alsup

In the docs here: https://node-postgres.com/features/pooling#checkout-use-and-return ``` pool.on('error', (err, client) => { console.error('Unexpected error on idle client', err) process.exit(-1) } ``` The above sample code snippet did not seem to catch...