mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 17:50:43 -04:00
Statistics aren't created for virtual generated columns, so
"vacuumdb --missing-stats-only" always chooses to analyze tables
that have them. To fix, modify vacuumdb's query for retrieving
relations that are missing statistics to exclude those columns.
Oversight in commit
|
||
|---|---|---|
| .. | ||
| po | ||
| t | ||
| .gitignore | ||
| clusterdb.c | ||
| common.c | ||
| common.h | ||
| createdb.c | ||
| createuser.c | ||
| dropdb.c | ||
| dropuser.c | ||
| Makefile | ||
| meson.build | ||
| nls.mk | ||
| pg_isready.c | ||
| reindexdb.c | ||
| vacuumdb.c | ||