CREATE INDEX: do not update stats during binary upgrade. During binary upgrade, indexes are created before the data is moved into place, so it will always be zero.
This is not currently a major problem, but will be when we try to preserve statistics during upgrade. Author: Corey Huinker Discussion: https://postgr.es/m/CADkLM=dapdfb8v0tgfxk-dlowfsaezwrwjhyxij7bg3kbjc...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/71b66171d045878cb9267a268a3bf8ce4f11f333 Modified Files -------------- src/backend/catalog/index.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)