Commit Graph

10 Commits (eb41a249c9ad0674174c001ab486cbcd371614c8)

Author SHA1 Message Date
Metin Doslu eb41a249c9 Refactor memory context reset 2016-03-22 16:02:08 -07:00
Metin Doslu 71f8dd28b8 Pull memory allocation out of while loop 2016-03-22 16:02:08 -07:00
Metin Doslu e0559ceaad Send rows to workers in binary format 2016-03-22 16:02:08 -07:00
Metin Doslu 6d4e41b8bb Move copy related functions to multi_copy.c 2016-03-22 16:02:08 -07:00
Metin Doslu d5e003768e Refactor binary header and footer functions 2016-03-22 16:02:08 -07:00
Metin Doslu 9dccc4e6c1 Rename PartialCopyState to OutputCopyState 2016-03-22 16:02:08 -07:00
Metin Doslu 314ea3f96c Refactor OutputRow()
- Pull heap_deform_tuple() out of OutputRow().
- Use same valueArray and isNullArray for multiple rows similar
to CopyTo() in copy.c.
2016-03-22 16:02:07 -07:00
Jason Petersen bc23113732
Omit backend/copy.c-inspired parts from formatting
I think we need to assess whether this function is still as in-sync
with upstream as we believe, but for now I'm omitting it from formatting.
2016-02-15 23:29:33 -07:00
Jason Petersen fdb37682b2
First formatting attempt
Skipped csql, ruleutils, readfuncs, and functions obviously copied from
PostgreSQL. Seeing how this looks, then continuing.
2016-02-15 23:29:32 -07:00
Onder Kalaci 136306a1fe Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00