diff options
Diffstat (limited to 'src/backend/utils/cache/catcache.c')
-rw-r--r-- | src/backend/utils/cache/catcache.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/utils/cache/catcache.c b/src/backend/utils/cache/catcache.c index 9413d5ad36e..bfaa14771d1 100644 --- a/src/backend/utils/cache/catcache.c +++ b/src/backend/utils/cache/catcache.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/utils/cache/catcache.c,v 1.138 2007/08/21 01:11:19 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/utils/cache/catcache.c,v 1.139 2007/11/15 21:14:39 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -1043,10 +1043,10 @@ IndexScanOK(CatCache *cache, ScanKey cur_skey) if (cache->id == INDEXRELID) { /* - * Rather than tracking exactly which indexes have to be loaded - * before we can use indexscans (which changes from time to time), - * just force all pg_index searches to be heap scans until we've - * built the critical relcaches. + * Rather than tracking exactly which indexes have to be loaded before + * we can use indexscans (which changes from time to time), just force + * all pg_index searches to be heap scans until we've built the + * critical relcaches. */ if (!criticalRelcachesBuilt) return false; |