Re: Performance on inserts - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Performance on inserts
Date
Msg-id 11153.967254276@sss.pgh.pa.us
Whole thread Raw
In response to Re: Performance on inserts  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Responses Re: Performance on inserts
List pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes:
> What is the status of
> partial indices? Are they functional now, or have they been broken
> forever (I'm not recalling)?

They've been diked out of gram.y's syntax for CREATE INDEX at least
since Postgres95.  No way to tell who did that, why or when, AFAIK.
There is still an awful lot of support code for them, however.

I have no good way to guess how much bit-rot has occurred in all that
unexercised code ... but it'd be interesting to try to get it going
again.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Performance on inserts
Next
From: Thomas Lockhart
Date:
Subject: Re: advice on extensions needed