In v7.17.1, with pg-query-stream 3.0.0, I am getting error under Node.js < v8
TypeError: stream.destroy is not a function
For example, I am testing it under Node.js v7.10.1
@brianc It seems that after changing from method close to method destroy on the stream, we lost compatibility with Node.js v7 and earlier.