pgsql: Remove argument isprimary from index_build()

Started by Michael Paquierover 7 years ago1 messagescomitters
Jump to latest
#1Michael 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: /messages/by-id/20190122080852.GB3873@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/289198c0d93a3d591f379c4134e90275bd426426

Modified Files
--------------
src/backend/bootstrap/bootstrap.c | 2 +-
src/backend/catalog/heap.c | 2 +-
src/backend/catalog/index.c | 10 ++--------
src/backend/commands/indexcmds.c | 2 +-
src/include/catalog/index.h | 1 -
5 files changed, 5 insertions(+), 12 deletions(-)