node-postgres/test/unit/pool
Brian C a8bd44a6ec Requiring native bindings polutes 'global' (#984)
There was some nasty global-ish variable reference updating happening when the native module 'initializes' after its require with `require('pg').native`

This fixes the issue by making sure both `require('pg')` and `require('pg').native` each initialize their own context in isolation and no weird global-ish references are used & subsequently stomped on.
2016-04-08 18:46:10 -05:00
..
basic-tests.js Requiring native bindings polutes 'global' (#984) 2016-04-08 18:46:10 -05:00
timeout-tests.js Requiring native bindings polutes 'global' (#984) 2016-04-08 18:46:10 -05:00