mirror of
https://github.com/postgres/postgres.git
synced 2025-09-05 02:22:28 +03:00
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
and documentation to reference 8.0 instead of 7.5.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user