citus/src/backend
Andres Freund 75a7ddea0d Always use connections in non-blocking mode.
Now that there's no blocking libpq callers left, default to using
non-blocking mode in connection_management.c.  This has two
advantages:
1) Blockiness doesn't have to frequently be reset, simplifying code
2) Prevents accidental use of blocking libpq functions, since they'll
   frequently return 'need IO'
2017-07-04 14:46:03 -07:00
..
distributed Always use connections in non-blocking mode. 2017-07-04 14:46:03 -07:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00