]> granicus.if.org Git - postgresql/commit
Re-allow user_catalog_table option for materialized views.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Nov 2016 20:00:58 +0000 (15:00 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 Nov 2016 20:00:58 +0000 (15:00 -0500)
commit6e00ba1e17056b86f698e448f900bc35868f5f64
tree1c98993c5abf0c9928e5650359555fc73f5e03c7
parentaf017fc195fbf7e861cef470d5169320c45f5582
Re-allow user_catalog_table option for materialized views.

The reloptions stuff allows this option to be set on a matview.
While it's questionable whether that is useful or was really intended,
it does work, and we shouldn't change that in minor releases.  Commit
e3e66d8a9 disabled the option since I didn't realize that it was
possible for it to be set on a matview.  Tweak the test to re-allow it.

Discussion: <19749.1478711862@sss.pgh.pa.us>
src/include/utils/rel.h