Remove argument isprimary from index_build()
Michael Paquier <michael@paquier.xyz>
Remove argument isprimary from index_build() The flag was introduced in 3fdeb18, but f66e8bf actually forgot to finish the cleanup as index_update_stats() has simplified its interface. Author: Michael Paquier Discussion: https://postgr.es/m/20190122080852.GB3873@paquier.xyz
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/bootstrap/bootstrap.c | modified | +1 −1 |
| src/backend/catalog/heap.c | modified | +1 −1 |
| src/backend/catalog/index.c | modified | +2 −8 |
| src/backend/commands/indexcmds.c | modified | +1 −1 |
| src/include/catalog/index.h | modified | +0 −1 |
Discussion
- index_build does not need its isprimary argument 2 messages · 2019-01-22 → 2019-01-23