From 2d311d31e43472cdf8c6cc812efb6ac996a7ea32 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 3 Apr 2013 12:06:43 +0200 Subject: [PATCH] Fix "Unsupported startup parameter: options" bug --- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6ec0c744..b8c970ce 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -185,8 +185,8 @@ } }, "pg": { - "version": "0.12.3-cdb1", - "from": "git://github.com/CartoDB/node-postgres.git#cdb_production" + "version": "0.12.3-cdb2", + "from": "git://github.com/CartoDB/node-postgres.git#cdb-0.12.3-cdb2" }, "generic-pool": { "version": "2.0.3" diff --git a/package.json b/package.json index 6ea1b025..7aa80b68 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "express": "~2.5.11", "underscore" : "1.1.x", "underscore.string": "1.1.5", - "pg": "git://github.com/CartoDB/node-postgres.git#cdb_production", + "pg": "git://github.com/CartoDB/node-postgres.git#cdb-0.12.3-cdb2", "express": "~2.5.11", "generic-pool": "~2.0.2", "redis": "0.7.1",