citus/src
SaitTalhaNisanci 07f9a442b0
Refactor CopyLocalDataIntoShards (#3693)
This PR:
- Declares variables when they are needed.
- Creates DoCopyFromLocalTableIntoShards for better readability.
- Doesn't use a hardcoded value, instead use a variable for better
readability.
2020-04-10 09:25:26 +03:00
..
backend Refactor CopyLocalDataIntoShards (#3693) 2020-04-10 09:25:26 +03:00
include use an enum for local execution status (#3733) 2020-04-09 19:11:04 +03:00
test/regress Correctly handle non-constant LIMIT/OFFSET clauses 2020-04-09 19:59:50 +00:00