diff options
author | Thomas Munro <tmunro@postgresql.org> | 2019-03-07 15:43:37 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2019-03-07 15:44:04 +1300 |
commit | 91595f9d49cf6fd6b6524f3269b2105b3ec18d96 (patch) | |
tree | 4a33cba4644fcd01614822c876adcf5610679775 /src/backend/executor/nodeModifyTable.c | |
parent | 277cb789836b5ddf81aabb80c2058268c70e2f36 (diff) | |
download | postgresql-91595f9d49cf6fd6b6524f3269b2105b3ec18d96.tar.gz postgresql-91595f9d49cf6fd6b6524f3269b2105b3ec18d96.zip |
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
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions