mirror of https://github.com/citusdata/citus.git
Fixes wrong comment
parent
6904f7fe87
commit
ec7e135e15
|
@ -774,7 +774,7 @@ static DistributeObjectOps Parameter_Grant = {
|
||||||
.address = NULL,
|
.address = NULL,
|
||||||
.markDistributed = false,
|
.markDistributed = false,
|
||||||
};
|
};
|
||||||
#endif /* PG_VERSION_NUM >= PG_VERSION_14 */
|
#endif /* PG_VERSION_NUM >= PG_VERSION_15 */
|
||||||
|
|
||||||
static DistributeObjectOps Policy_Drop = {
|
static DistributeObjectOps Policy_Drop = {
|
||||||
.deparse = NULL,
|
.deparse = NULL,
|
||||||
|
|
Loading…
Reference in New Issue