diff options
Diffstat (limited to 'src/backend/catalog/catalog.c')
-rw-r--r-- | src/backend/catalog/catalog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/catalog.c b/src/backend/catalog/catalog.c index fa2aa27eff3..81ccebf3c94 100644 --- a/src/backend/catalog/catalog.c +++ b/src/backend/catalog/catalog.c @@ -117,7 +117,7 @@ IsCatalogClass(Oid relid, Form_pg_class reltuple) * We could instead check whether the relation is pinned in pg_depend, but * this is noticeably cheaper and doesn't require catalog access. * - * This test is safe since even a oid wraparound will preserve this + * This test is safe since even an oid wraparound will preserve this * property (c.f. GetNewObjectId()) and it has the advantage that it works * correctly even if a user decides to create a relation in the pg_catalog * namespace. |