Re: GIT patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: GIT patch
Date
Msg-id 28559.1186520596@sss.pgh.pa.us
Whole thread Raw
In response to Re: GIT patch  ("Simon Riggs" <simon@2ndquadrant.com>)
Responses Dynamically adding index types (was GIT indexes)  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
"Simon Riggs" <simon@2ndquadrant.com> writes:
> How hard will it be to add the infrastructure to allow new index types
> to be added to the server dynamically?

INSERT INTO pg_am VALUES (...);

I don't really think we need more than that, at least not till non-core
index AMs are a whole lot thicker on the ground than they are today.

The real sticking point of course is the desired indexam API changes,
which can hardly be inserted dynamically.  Your argument would work
better if there were not API issues to be resolved for both bitmap and
GIT ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: HOT patch, missing things
Next
From: Decibel!
Date:
Subject: Re: More logging for autovacuum