brianc / node-libpq

Simple, low level native bindings to PostgreSQL's libpq from node.js
112 stars 42 forks source link

Use uv_poll_init_socket instead of ..._init #38

Closed motiz88 closed 8 years ago

motiz88 commented 8 years ago

This fixes node-libpq on Windows for me. (Was encountering #21 through node-postgres) Suggested by the official doc for uv_poll_t.

brianc commented 8 years ago

awesome! Thank you @motiz88 !