Remove argument isprimary from index_build()
authorMichael Paquier <michael@paquier.xyz>
Wed, 23 Jan 2019 22:57:09 +0000 (07:57 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 23 Jan 2019 22:57:09 +0000 (07:57 +0900)
commit289198c0d93a3d591f379c4134e90275bd426426
tree66c166b19b6b8e64aa7be873405aa81fe4298e35
parent95931133a959404cf7320b49058b2f1c2e4606b9
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
src/backend/bootstrap/bootstrap.c
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/backend/commands/indexcmds.c
src/include/catalog/index.h