Skip to content
Snippets Groups Projects
Commit 2ef085d0 authored by Fujii Masao's avatar Fujii Masao
Browse files

Get rid of pg_class.reltoastidxid.

Treat TOAST index just the same as normal one and get the OID
of TOAST index from pg_index but not pg_class.reltoastidxid.
This change allows us to handle multiple TOAST indexes, and
which is required infrastructure for upcoming
REINDEX CONCURRENTLY feature.

Patch by Michael Paquier, reviewed by Andres Freund and me.
parent f71939cd
No related branches found
No related tags found
No related merge requests found
Showing
with 333 additions and 162 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment