git.postgresql.org Git - postgresql.git/commit
Wed, 3 Jul 2013 18:24:09 +0000 (03:24 +0900)
Wed, 3 Jul 2013 18:24:09 +0000 (03:24 +0900)
commit 2ef085d0e6960f5087c97266a7211d37ddaa9f68
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.
21 files changed:
This is the main PostgreSQL git repository.
RSS
Atom