mirror of https://github.com/citusdata/citus.git
citus_indent fix (#7746)
parent
51c2e63c30
commit
46f89ccf65
|
@ -80,11 +80,11 @@ typedef enum DistOpsOperationType
|
||||||
*/
|
*/
|
||||||
typedef struct DistributeObjectOps
|
typedef struct DistributeObjectOps
|
||||||
{
|
{
|
||||||
char * (*deparse)(Node *);
|
char *(*deparse)(Node *);
|
||||||
void (*qualify)(Node *);
|
void (*qualify)(Node *);
|
||||||
List * (*preprocess)(Node *, const char *, ProcessUtilityContext);
|
List *(*preprocess)(Node *, const char *, ProcessUtilityContext);
|
||||||
List * (*postprocess)(Node *, const char *);
|
List *(*postprocess)(Node *, const char *);
|
||||||
List * (*address)(Node *, bool, bool);
|
List *(*address)(Node *, bool, bool);
|
||||||
bool markDistributed;
|
bool markDistributed;
|
||||||
|
|
||||||
/* fields used by common implementations, omitted for specialized implementations */
|
/* fields used by common implementations, omitted for specialized implementations */
|
||||||
|
|
Loading…
Reference in New Issue