diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-03-23 04:49:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-03-23 04:49:58 +0000 |
commit | 7cf952e7b4ad4d0d603ad13ab91f55c3ec41affe (patch) | |
tree | 21c9d56c3701e984573ecc3ff40e72c0f63d5baf /src/backend/utils/cache/relcache.c | |
parent | 4e911c847ce906094df6595700571b714d3bb537 (diff) | |
download | postgresql-7cf952e7b4ad4d0d603ad13ab91f55c3ec41affe.tar.gz postgresql-7cf952e7b4ad4d0d603ad13ab91f55c3ec41affe.zip |
Fix comments that were mis-wrapped, for Tom Lane.
Diffstat (limited to 'src/backend/utils/cache/relcache.c')
-rw-r--r-- | src/backend/utils/cache/relcache.c | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index fc97f46910a..a92f65add5d 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.129 2001/03/22 03:59:57 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.130 2001/03/23 04:49:55 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -2833,11 +2833,14 @@ write_irels(void) * the descriptors, nail them into cache so we never lose them. */ - /* - * Removed the following ProcessingMode change -- inoue At this point - * 1) Catalog Cache isn't initialized 2) Relation Cache for the - * following critical indexes aren't built oldmode = - * GetProcessingMode(); SetProcessingMode(BootstrapProcessing); + /*--------- + * Removed the following ProcessingMode change -- inoue + * At this point + * 1) Catalog Cache isn't initialized + * 2) Relation Cache for the following critical indexes aren't built + * oldmode = GetProcessingMode(); + * SetProcessingMode(BootstrapProcessing); + *--------- */ bi.infotype = INFO_RELNAME; |