mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
(hope I got 'em all). Per discussion, this release will be 9.0 not 8.5.
This commit is contained in:
4
src/backend/utils/cache/relcache.c
vendored
4
src/backend/utils/cache/relcache.c
vendored
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/utils/cache/relcache.c,v 1.306 2010/02/14 18:42:17 rhaas Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/cache/relcache.c,v 1.307 2010/02/17 04:19:39 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -3831,7 +3831,7 @@ RelationGetExclusionInfo(Relation indexRelation,
|
||||
* relation descriptors using sequential scans and write 'em to
|
||||
* the initialization file for use by subsequent backends.
|
||||
*
|
||||
* As of Postgres 8.5, there is one local initialization file in each
|
||||
* As of Postgres 9.0, there is one local initialization file in each
|
||||
* database, plus one shared initialization file for shared catalogs.
|
||||
*
|
||||
* We could dispense with the initialization files and just build the
|
||||
|
Reference in New Issue
Block a user