We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4c050 commit 901c0eaCopy full SHA for 901c0ea
src/backend/utils/cache/syscache.c
@@ -8,13 +8,13 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/utils/cache/syscache.c,v 1.126 2010/02/14 18:42:17 rhaas Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/cache/syscache.c,v 1.127 2010/08/06 03:46:23 rhaas Exp $
12
13
* NOTES
14
* These routines allow the parser/planner/executor to perform
15
* rapid lookups on the contents of the system catalogs.
16
17
- * see catalog/syscache.h for a list of the cache id's
+ * see utils/syscache.h for a list of the cache id's
18
19
*-------------------------------------------------------------------------
20
*/
0 commit comments