Re: Improving backend launch time by preloading relcache - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Improving backend launch time by preloading relcache
Date
Msg-id 29288.1012444489@sss.pgh.pa.us
Whole thread Raw
In response to Re: Improving backend launch time by preloading relcache  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-hackers
Hiroshi Inoue <Inoue@tpf.co.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


pgsql-hackers by date:

Previous
From: Justin Clift
Date:
Subject: Re: A simpler way to configure the source code?
Next
From: Tom Lane
Date:
Subject: Re: RFD: schemas and different kinds of Postgres objects