diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-08-06 03:46:23 +0000 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-08-06 03:46:23 +0000 |
commit | 901c0ea2f12df4f9ae014c2c7a81bcb062894400 (patch) | |
tree | c862b0cedb5492cfe1a524bc79edede25c3b89fa /src/backend/utils/cache/syscache.c | |
parent | 1e4c050b2415159aac782d727dbfd987571deab5 (diff) | |
download | postgresql-901c0ea2f12df4f9ae014c2c7a81bcb062894400.tar.gz postgresql-901c0ea2f12df4f9ae014c2c7a81bcb062894400.zip |
Fix incorrect pathname in comment.
Diffstat (limited to 'src/backend/utils/cache/syscache.c')
-rw-r--r-- | src/backend/utils/cache/syscache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/cache/syscache.c b/src/backend/utils/cache/syscache.c index 0224cfb2641..a887b920482 100644 --- a/src/backend/utils/cache/syscache.c +++ b/src/backend/utils/cache/syscache.c @@ -8,13 +8,13 @@ * * * IDENTIFICATION - * $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 $ * * NOTES * These routines allow the parser/planner/executor to perform * rapid lookups on the contents of the system catalogs. * - * see catalog/syscache.h for a list of the cache id's + * see utils/syscache.h for a list of the cache id's * *------------------------------------------------------------------------- */ |