diff options
author | Neil Conway <neilc@samurai.com> | 2005-02-21 06:43:04 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-02-21 06:43:04 +0000 |
commit | 70b64cfbf4027d1445ca43e1e06c243049539c48 (patch) | |
tree | 9783edbc2a16feda570c520e64c35218eedb3af5 /src | |
parent | ccf5db73ebe4e6dcbcbf8e0e95a65bdeb4e13393 (diff) | |
download | postgresql-70b64cfbf4027d1445ca43e1e06c243049539c48.tar.gz postgresql-70b64cfbf4027d1445ca43e1e06c243049539c48.zip |
Trivial fix: change the reference to further documentation of pathkeys to
point to its new location.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/nodes/relation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index ea7ef555301..b5c024df315 100644 --- a/src/include/nodes/relation.h +++ b/src/include/nodes/relation.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.102 2004/12/31 22:03:34 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.103 2005/02/21 06:43:04 neilc Exp $ * *------------------------------------------------------------------------- */ @@ -288,8 +288,8 @@ typedef struct IndexOptInfo * the first sublist represents the primary sort key, the second the * first secondary sort key, etc. Each sublist contains one or more * PathKeyItem nodes, each of which can be taken as the attribute that - * appears at that sort position. (See the top of optimizer/path/pathkeys.c - * for more information.) + * appears at that sort position. (See optimizer/README for more + * information.) */ typedef struct PathKeyItem |