Merge pull request #5146 from citusdata/fix_ruleutils_13_endif_comment

Corrects the ruleutils_13.c endif comment
pull/5156/head
Halil Ozan Akgül 2021-07-29 17:27:01 +03:00 committed by GitHub
commit d140ca1b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8559,4 +8559,4 @@ getOwnedSequences_internal(Oid relid, AttrNumber attnum, char deptype)
return result;
}
#endif /* (PG_VERSION_NUM >= PG_VERSION_12) && (PG_VERSION_NUM < PG_VERSION_13) */
#endif /* (PG_VERSION_NUM >= PG_VERSION_13) && (PG_VERSION_NUM < PG_VERSION_14) */