Fixes wrong comment

grant_parameter_propagation
Gürkan İndibay 2024-01-22 12:09:21 +03:00 committed by GitHub
parent 6904f7fe87
commit ec7e135e15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,