diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-04 21:34:35 +0000 |
| commit | fcbc43872759f2fead5782fd9b04cb70b72e7f56 (patch) | |
| tree | 07673d8517a11d149859d7b8146233f8fad66f3f /src/include/nodes | |
| parent | ecb68138e9d26324256db004c1783b4a41b75a33 (diff) | |
| download | postgresql-fcbc43872759f2fead5782fd9b04cb70b72e7f56.tar.gz | |
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
and documentation to reference 8.0 instead of 7.5.
Diffstat (limited to 'src/include/nodes')
| -rw-r--r-- | src/include/nodes/parsenodes.h | 4 | ||||
| -rw-r--r-- | src/include/nodes/relation.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index a4be20647f..80230e3444 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.264 2004/08/02 04:28:29 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.265 2004/08/04 21:34:24 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -277,7 +277,7 @@ typedef struct A_Indices * would be represented with a single A_Indirection node having a 4-element * indirection list. * - * Note: as of Postgres 7.5, we don't support arrays of composite values, + * Note: as of Postgres 8.0, we don't support arrays of composite values, * so cases in which a field select follows a subscript aren't actually * semantically legal. However the parser is prepared to handle such. */ diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index a75ddb8262..bc171fd980 100644 --- a/src/include/nodes/relation.h +++ b/src/include/nodes/relation.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.96 2004/06/05 01:55:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.97 2004/08/04 21:34:24 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -355,7 +355,7 @@ typedef struct Path * derived indexscannable conditions in 'indexquals'. * * Both 'indexclauses' and 'indexquals' are lists of sublists of RestrictInfo - * nodes. (Before 7.5, we kept bare operator expressions in these lists, but + * nodes. (Before 8.0, we kept bare operator expressions in these lists, but * storing RestrictInfos is more efficient since selectivities can be cached.) * * 'isjoininner' is TRUE if the path is a nestloop inner scan (that is, |
