diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-06-06 17:44:17 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-06-06 17:44:17 -0400 |
commit | a4400c251f93df7d4f5760ad633c041fc5dae376 (patch) | |
tree | 717a4542888380e8ec458c9bcb0f9c747e87e3ab /src/backend/access/gist/gistsplit.c | |
parent | 53c2601a59fc18bd33713162504401f7fec2e2f2 (diff) | |
download | postgresql-a4400c251f93df7d4f5760ad633c041fc5dae376.tar.gz postgresql-a4400c251f93df7d4f5760ad633c041fc5dae376.zip |
Don't reset changes_since_analyze after a selective-columns ANALYZE.
If we ANALYZE only selected columns of a table, we should not postpone
auto-analyze because of that; other columns may well still need stats
updates. As committed, the counter is left alone if a column list is
given, whether or not it includes all analyzable columns of the table.
Per complaint from Tomasz Ostrowski.
It's been like this a long time, so back-patch to all supported branches.
Report: <ef99c1bd-ff60-5f32-2733-c7b504eb960c@ato.waw.pl>
Diffstat (limited to 'src/backend/access/gist/gistsplit.c')
0 files changed, 0 insertions, 0 deletions