Skip to content
Snippets Groups Projects
Commit 15fe086f authored by Tom Lane's avatar Tom Lane
Browse files

Restructure system-catalog index updating logic. Instead of having

hardwired lists of index names for each catalog, use the relcache's
mechanism for caching lists of OIDs of indexes of any table.  This
reduces the common case of updating system catalog indexes to a single
line, makes it much easier to add a new system index (in fact, you
can now do so on-the-fly if you want to), and as a nice side benefit
improves performance a little.  Per recent pghackers discussion.
parent 07f9682d
No related branches found
Tags
No related merge requests found
Showing
with 205 additions and 550 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment