Re: Improving backend launch time by preloading relcache

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Improving backend launch time by preloading relcache
Date: 2002-01-31 02:34:49
Message-ID: 29288.1012444489@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> writes:
> Anyway there seems no point on changing REINDEX.
> The only thing I have to do is to remove the needless
> check in tcop/utility.c as soon as 7.2 is released.

I don't believe it's needless, and I suggest you not remove it,
until we do something about making the pg_internal unlink happen
at the right time. With the unlink where it is, I think it's quite
unsafe to reindex system indexes in a live database.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-01-31 02:52:18 Re: Improving backend launch time by preloading relcache
Previous Message Tom Lane 2002-01-31 02:32:10 Re: RFD: schemas and different kinds of Postgres objects