git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: f71939c) | patch
Get rid of pg_class.reltoastidxid.
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:
contrib/pg_upgrade/info.c diff | blob | blame | history
doc/src/sgml/catalogs.sgml diff | blob | blame | history
doc/src/sgml/diskusage.sgml diff | blob | blame | history
doc/src/sgml/monitoring.sgml diff | blob | blame | history
src/backend/access/heap/tuptoaster.c diff | blob | blame | history
src/backend/catalog/heap.c diff | blob | blame | history
src/backend/catalog/index.c diff | blob | blame | history
src/backend/catalog/system_views.sql diff | blob | blame | history
src/backend/commands/cluster.c diff | blob | blame | history
src/backend/commands/tablecmds.c diff | blob | blame | history
src/backend/rewrite/rewriteDefine.c diff | blob | blame | history
src/backend/utils/adt/dbsize.c diff | blob | blame | history
src/bin/pg_dump/pg_dump.c diff | blob | blame | history
src/include/access/tuptoaster.h diff | blob | blame | history
src/include/catalog/catversion.h diff | blob | blame | history
src/include/catalog/pg_class.h diff | blob | blame | history
src/test/regress/expected/oidjoins.out diff | blob | blame | history
src/test/regress/expected/rules.out diff | blob | blame | history
src/test/regress/sql/oidjoins.sql diff | blob | blame | history
src/test/regress/sql/rules.sql diff | blob | blame | history
src/tools/findoidjoins/README diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /