diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-02-01 12:00:40 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-02-01 12:10:10 -0300 |
commit | 231dbb3c9be755eebdf677b469f2dd4494e7937f (patch) | |
tree | a50fbbbd67a6c64563b18883a510fc1cd68e09f8 /src/backend/access/gist | |
parent | 1a7cd9f78a60110116afa9dd3951c7ec84cf0ac9 (diff) | |
download | postgresql-231dbb3c9be755eebdf677b469f2dd4494e7937f.tar.gz postgresql-231dbb3c9be755eebdf677b469f2dd4494e7937f.zip |
Fix typo in freeze_table_age implementation
The original code used freeze_min_age instead of freeze_table_age. The
main consequence of this mistake is that lowering freeze_min_age would
cause full-table scans to occur much more frequently, which causes
serious issues because the number of writes required is much larger.
That feature (freeze_min_age) is supposed to affect only how soon tuples
are frozen; some pages should still be skipped due to the visibility
map.
Backpatch to 8.4, where the freeze_table_age feature was introduced.
Report and patch from Andres Freund
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions