mirror of https://github.com/citusdata/citus.git
improve
parent
80360e464b
commit
b13d6763e7
|
@ -123,7 +123,11 @@ static List * DropRoleStmtGetUnmarkDistributedParams(Node *parsetree);
|
||||||
/*
|
/*
|
||||||
* NonMainDbDistributeObjectOps for different command types.
|
* NonMainDbDistributeObjectOps for different command types.
|
||||||
*
|
*
|
||||||
* Naming of these structs are stolen from distribute_object_ops.c.
|
* Naming of these structs are stolen from distribute_object_ops.c. We use
|
||||||
|
* "Any" if the command doesn't have any other variations or if the structs
|
||||||
|
* implements it for all variations. For example, while we name the struct
|
||||||
|
* for CreateRoleStmt as Any_CreateRole, we name the struct that implements
|
||||||
|
* SecLabelStmt for role objects as Role_SecLabel.
|
||||||
*/
|
*/
|
||||||
static NonMainDbDistributeObjectOps Any_CreateRole = {
|
static NonMainDbDistributeObjectOps Any_CreateRole = {
|
||||||
.getMarkDistributedParams = CreateRoleStmtGetMarkDistributedParams,
|
.getMarkDistributedParams = CreateRoleStmtGetMarkDistributedParams,
|
||||||
|
|
Loading…
Reference in New Issue