mirror of https://github.com/citusdata/citus.git
Corrects the endif comment
parent
4559d02c41
commit
286b0fe0e8
|
@ -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