mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
* Remove double-send of ssl request packet I missed the fact that we are already sending this. Since I don't have good test coverage for ssl [which I am planning on fixing next](https://github.com/brianc/node-postgres/issues/2009) this got missed. I'm forcing an SSL test on travis. This will break for me locally as I don't have SSL enabled on my local test DB. Something I will also remedy.
12 lines
119 B
Plaintext
12 lines
119 B
Plaintext
*~
|
|
build/
|
|
.lock-wscript
|
|
*.log
|
|
node_modules/
|
|
package-lock.json
|
|
*.swp
|
|
dist
|
|
.DS_Store
|
|
.vscode/
|
|
manually-test-on-heroku.js
|