citus/src
Onder Kalaci ac8f2f1e6d Eliminate code duplication in WorkerExtendedOpNode()
Before this commit, we had code duplication in the
WorkerExtendedOpNode(). The duplication was
noticeable and any change is prone to bugs.

The PR consists of 4 commits. Each commit incrementally
fixes the problem by moving certain parts of the duplicated
code into smaller, better-documented functions.
2018-04-25 08:54:59 +03:00
..
backend Eliminate code duplication in WorkerExtendedOpNode() 2018-04-25 08:54:59 +03:00
include Unify extendedOpNode Processing 2018-04-24 11:56:38 +03:00
test/regress Ensure Citus never try to access a not planned subquery 2018-04-20 13:52:00 +03:00