aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_depend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_depend.h')
-rw-r--r--src/include/catalog/pg_depend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_depend.h b/src/include/catalog/pg_depend.h
index bf31c1ab408..482b8bd2516 100644
--- a/src/include/catalog/pg_depend.h
+++ b/src/include/catalog/pg_depend.h
@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
*
* pg_depend.h
- * definition of the system "dependency" relation (pg_depend)
+ * definition of the "dependency" system catalog (pg_depend)
*
* pg_depend has no preloaded contents, so there is no pg_depend.dat
* file; system-defined dependencies are loaded into it during a late stage