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,
|
||||
.markDistributed = false,
|
||||
};
|
||||
#endif /* PG_VERSION_NUM >= PG_VERSION_14 */
|
||||
#endif /* PG_VERSION_NUM >= PG_VERSION_15 */
|
||||
|
||||
static DistributeObjectOps Policy_Drop = {
|
||||
.deparse = NULL,
|
||||
|
|
Loading…
Reference in New Issue