citusdata / pg_shard

ATTENTION: pg_shard is superseded by Citus, its more powerful replacement
https://github.com/citusdata/citus
GNU Lesser General Public License v3.0
1.06k stars 63 forks source link

Implement worker-to-worker shard copy UDF #18

Closed jasonmp85 closed 9 years ago

jasonmp85 commented 9 years ago

The master node already has a UDF to repair an existing placement, but it requires a corresponding UDF on the worker side to actually copy the data between workers. This PR implements that UDF.

Code Review Tasks

jasonmp85 commented 9 years ago

I added a task list to this review. I've (locally) done most of the small changes but will check off each of the larger ones as they're addressed.

jasonmp85 commented 9 years ago

I've addressed all of your feedback. Next round!