]> granicus.if.org Git - postgresql/commit
Seems like a bad idea that REINDEX TABLE supports (or thinks it does)
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Sep 2003 19:57:42 +0000 (19:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Sep 2003 19:57:42 +0000 (19:57 +0000)
commit28847ae77d8947f32fa96cb68f7f3d1b5ca2ae30
tree42307f4937ec42c1c2d696636a2134faa91e7860
parent580e08a98b219b4ac69f68ce706858d8708afd46
Seems like a bad idea that REINDEX TABLE supports (or thinks it does)
reindexing system tables without ignoring system indexes, when the
other two varieties of REINDEX disallow it.  Make all three act the same,
and simplify downstream code accordingly.
src/backend/catalog/index.c
src/backend/commands/indexcmds.c