Skip to content

Commit 70b64cf

Browse files
author
Neil Conway
committed
Trivial fix: change the reference to further documentation of pathkeys to
point to its new location.
1 parent ccf5db7 commit 70b64cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/nodes/relation.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.102 2004/12/31 22:03:34 pgsql Exp $
10+
* $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.103 2005/02/21 06:43:04 neilc Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -288,8 +288,8 @@ typedef struct IndexOptInfo
288288
* the first sublist represents the primary sort key, the second the
289289
* first secondary sort key, etc. Each sublist contains one or more
290290
* PathKeyItem nodes, each of which can be taken as the attribute that
291-
* appears at that sort position. (See the top of optimizer/path/pathkeys.c
292-
* for more information.)
291+
* appears at that sort position. (See optimizer/README for more
292+
* information.)
293293
*/
294294

295295
typedef struct PathKeyItem

0 commit comments

Comments
 (0)