CREATE INDEX: do not update stats during binary upgrade.
Jeff Davis <jdavis@postgresql.org>
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-dLowFsAEzWRWJHyxij7BG3kBjcouA@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/index.c | modified | +5 −1 |
Discussion
- Statistics Import and Export 555 messages · 2023-08-31 → 2025-05-22