summaryrefslogtreecommitdiff
path: root/src/backend/nodes
diff options
context:
space:
mode:
authorTom Lane2004-08-04 21:34:35 +0000
committerTom Lane2004-08-04 21:34:35 +0000
commitfcbc43872759f2fead5782fd9b04cb70b72e7f56 (patch)
tree07673d8517a11d149859d7b8146233f8fad66f3f /src/backend/nodes
parentecb68138e9d26324256db004c1783b4a41b75a33 (diff)
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/backend/nodes')
-rw-r--r--src/backend/nodes/list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/nodes/list.c b/src/backend/nodes/list.c
index 94c69a54256..c681e6d8c33 100644
--- a/src/backend/nodes/list.c
+++ b/src/backend/nodes/list.c
@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.59 2004/06/01 06:02:12 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/nodes/list.c,v 1.60 2004/08/04 21:33:51 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -251,7 +251,7 @@ lappend_cell_oid(List *list, ListCell *prev, Oid datum)
* value, rather than continuing to use the pointer passed as the
* second argument.
*
- * Caution: before Postgres 7.5, the original List was unmodified and
+ * Caution: before Postgres 8.0, the original List was unmodified and
* could be considered to retain its separate identity. This is no longer
* the case.
*/