diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-02-17 04:19:41 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-02-17 04:19:41 +0000 |
commit | 50a90fac40db82680ac7ceacf3348f3f08f5343e (patch) | |
tree | 24d7acc1eae21fad0063ba7c9f5acd0f08c4d7d6 /src/backend/utils/cache | |
parent | 37ec19a15ce452ee94f32ebc3d6a9a45868e82fd (diff) | |
download | postgresql-50a90fac40db82680ac7ceacf3348f3f08f5343e.tar.gz postgresql-50a90fac40db82680ac7ceacf3348f3f08f5343e.zip |
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.
Diffstat (limited to 'src/backend/utils/cache')
-rw-r--r-- | src/backend/utils/cache/relcache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index cc62c4fb7c4..f015f5b842b 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -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 |