mirror of https://github.com/citusdata/citus.git
Merge pull request #5146 from citusdata/fix_ruleutils_13_endif_comment
Corrects the ruleutils_13.c endif commentpull/5156/head
commit
d140ca1b0e
|
@ -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) */
|
||||
|
|
Loading…
Reference in New Issue