citus/src/test/regress
Onder Kalaci 8edf6d5879 Fix CloseNodeConnections to actually close connections
CloseNodeConnections() is supposed to close connections to a given node.
However, before this commit it lacks to actually call PQFinish() on the
connections. Using CloseConnection() handles closing and all other necessary
actions.
2017-01-11 01:13:58 +02:00
..
data Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
expected Fix CloseNodeConnections to actually close connections 2017-01-11 01:13:58 +02:00
input Modify tests to create clean workspace 2017-01-05 12:22:44 +03:00
output Modify tests to create clean workspace 2017-01-05 12:22:44 +03:00
specs Simple isolationtester dml vs. repair tests. 2016-10-27 00:31:41 -07:00
sql Fix CloseNodeConnections to actually close connections 2017-01-11 01:13:58 +02:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00
Makefile Add support for running regression tests under valgrind. 2016-12-12 15:42:11 -08:00
isolation_schedule Simple isolationtester dml vs. repair tests. 2016-10-27 00:31:41 -07:00
multi_binary_schedule Switch from pg_worker_list.conf file to pg_dist_node metadata table. 2016-10-05 13:01:35 +03:00
multi_schedule Replicate reference tables when new node is added 2017-01-05 14:30:41 +03:00
multi_task_tracker_extra_schedule Switch from pg_worker_list.conf file to pg_dist_node metadata table. 2016-10-05 13:01:35 +03:00
pg_regress_multi.pl Fix diff option failure in regression test 2017-01-10 22:58:47 +03:00
worker_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00