From 50a90fac40db82680ac7ceacf3348f3f08f5343e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 17 Feb 2010 04:19:41 +0000 Subject: 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. --- src/backend/utils/cache/relcache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/utils/cache/relcache.c') 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 -- cgit v1.2.3