File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -288,8 +288,8 @@ typedef struct IndexOptInfo
288
288
* the first sublist represents the primary sort key, the second the
289
289
* first secondary sort key, etc. Each sublist contains one or more
290
290
* 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.)
293
293
*/
294
294
295
295
typedef struct PathKeyItem
You can’t perform that action at this time.
0 commit comments