Use our patched node-pg-copy-streams

The patch includes a performance improvement for the COPY TO. It can
eventually be removed in the PR to upstream is approved. See

https://github.com/brianc/node-pg-copy-streams/pull/70

and

https://github.com/CartoDB/node-pg-copy-streams/pull/1
This commit is contained in:
Rafa de la Torre 2018-06-11 14:59:56 +02:00
parent b9a0fa78d2
commit bbe5db64d0
2 changed files with 3 additions and 3 deletions

4
npm-shrinkwrap.json generated
View File

@ -853,8 +853,8 @@
}, },
"pg-copy-streams": { "pg-copy-streams": {
"version": "1.2.0", "version": "1.2.0",
"from": "pg-copy-streams@>=1.2.0 <2.0.0", "from": "cartodb/node-pg-copy-streams#v1.2.0-carto.1",
"resolved": "https://registry.npmjs.org/pg-copy-streams/-/pg-copy-streams-1.2.0.tgz" "resolved": "git://github.com/cartodb/node-pg-copy-streams.git#d7e5c1383ff9b43890f2c37bc38cfed1afc2523f"
}, },
"pg-int8": { "pg-int8": {
"version": "1.0.1", "version": "1.0.1",

View File

@ -32,7 +32,7 @@
"node-statsd": "~0.0.7", "node-statsd": "~0.0.7",
"node-uuid": "^1.4.7", "node-uuid": "^1.4.7",
"oauth-client": "0.3.0", "oauth-client": "0.3.0",
"pg-copy-streams": "^1.2.0", "pg-copy-streams": "cartodb/node-pg-copy-streams#v1.2.0-carto.1",
"qs": "~6.2.1", "qs": "~6.2.1",
"queue-async": "~1.0.7", "queue-async": "~1.0.7",
"redis-mpool": "0.5.0", "redis-mpool": "0.5.0",