Re: [PATCH] Partial indices final?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: [PATCH] Partial indices final?
Date: 2001-07-11 16:13:23
Message-ID: 22986.994868003@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> OK, I've changed the vacuum code now so your index doesn't get
> departialised. The changes seem pretty obvious so they're probably right.
> They certainly didn't seem to break my simple tests. How does one test that
> VACUUM works properly?

Since I'm just about to start doing some rearrangements of the VACUUM
code, I'll first go ahead and apply the changes to make VACUUM use
ExecOpenIndices. I've wanted to make that change for quite awhile,
independently of partial-index considerations, but had not gotten around
to doing it.

The rest of this should probably be sent to pgsql-patches for more
review.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dave Cramer 2001-07-11 16:14:58 RE: JDBC and stored procedures
Previous Message mike 2001-07-11 15:23:14 reordering sequences

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Cramer 2001-07-11 16:14:58 RE: JDBC and stored procedures
Previous Message Tony Grant 2001-07-11 15:15:31 Re: [JDBC] JDBC and stored procedures