Corrects the endif comment

pull/5146/head
Halil Ozan Akgul 2021-07-29 17:18:19 +03:00
parent 4559d02c41
commit 286b0fe0e8
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; 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) */