]> granicus.if.org Git - postgresql/commit
Drop the vestigial "smgr" type.
authorThomas Munro <tmunro@postgresql.org>
Thu, 7 Mar 2019 02:43:37 +0000 (15:43 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 7 Mar 2019 02:44:04 +0000 (15:44 +1300)
commit91595f9d49cf6fd6b6524f3269b2105b3ec18d96
tree4a33cba4644fcd01614822c876adcf5610679775
parent277cb789836b5ddf81aabb80c2058268c70e2f36
Drop the vestigial "smgr" type.

Before commit 3fa2bb31 this type appeared in the catalogs to
select which of several block storage mechanisms each relation
used.

New features under development propose to revive the concept of
different block storage managers for new kinds of data accessed
via bufmgr.c, but don't need to put references to them in the
catalogs.  So, avoid useless maintenance work on this type by
dropping it.  Update some regression tests that were referencing
it where any type would do.

Discussion: https://postgr.es/m/CA%2BhUKG%2BDE0mmiBZMtZyvwWtgv1sZCniSVhXYsXkvJ_Wo%2B83vvw%40mail.gmail.com
src/backend/storage/smgr/Makefile
src/backend/storage/smgr/README
src/backend/storage/smgr/smgrtype.c [deleted file]
src/include/catalog/catversion.h
src/include/catalog/pg_proc.dat
src/include/catalog/pg_type.dat
src/test/regress/expected/alter_table.out
src/test/regress/expected/type_sanity.out
src/test/regress/sql/alter_table.sql