8000 Fix incorrect pathname in comment. · postgres/postgres@901c0ea · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 901c0ea

Browse files
committed
Fix incorrect pathname in comment.
1 parent 1e4c050 commit 901c0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/cache/syscache.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/utils/cache/syscache.c,v 1.126 2010/02/14 18:42:17 rhaas Exp $
11+
* $PostgreSQL: pgsql/src/backend/utils/cache/syscache.c,v 1.127 2010/08/06 03:46:23 rhaas Exp $
1212
*
1313
* NOTES
1414
* These routines allow the parser/planner/executor to perform
1515
* rapid lookups on the contents of the system catalogs.
1616
*
17-
* see catalog/syscache.h for a list of the cache id's
17+
* see utils/syscache.h for a list of the cache id's
1818
*
1919
*-------------------------------------------------------------------------
2020
*/

0 commit comments

Comments
 (0)
0