Closed
Description
(related to #1735)
I think parseN
/parseE
are broken
node-postgres/lib/connection.js
Lines 635 to 640 in e4578d2
node-postgres/lib/connection.js
Lines 592 to 604 in e4578d2
It looks like the one should create a Message
and the other should create an Error
, depending on the .name
. However, parseE
does always construct the input
message with .name === 'error'
, so the else
path is never hit.