| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove argument isprimary from index_build() |
| Date: | 2019-01-23 23:01:00 |
| Message-ID: | E1gmRW0-00029W-CI@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2019-01-24 03:02:49 | pgsql: Detach constraints when partitions are detached |
| Previous Message | Heikki Linnakangas | 2019-01-23 11:56:39 | pgsql: Fix misc typos in comments. |