Re: Planned simplification of catalog index updates - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Planned simplification of catalog index updates
Date
Msg-id 1028337304.11710.14.camel@jester
Whole thread Raw
In response to Planned simplification of catalog index updates  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Planned simplification of catalog index updates  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> An even more radical approach is to get rid of the hardwired index name
> lists in indexing.h, and instead expect CatalogOpenIndices to make use
> of the index OID lists that are maintained by the relcache (since 7.1 or
> so).  Then the typical call would reduce to
> 
>     CatalogUpdateIndexes(Relation, HeapTuple);

This would be great.  Anyway to take it one step further and make it
transparent?  Hide it in heap_insert / update?



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: WAL file location
Next
From: Bruce Momjian
Date:
Subject: Re: FUNC_MAX_ARGS benchmarks