aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_func.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-06-17 15:48:57 -0400
committerRobert Haas <rhaas@postgresql.org>2016-06-17 15:48:57 -0400
commitede62e56fbe809baa1a7bc3873d82f12ffe7540b (patch)
treebed6a8e258dc9148b2141b0a8e112a0b864bc283 /src/backend/parser/parse_func.c
parent20eb2731b7775f3381939d2667b6aa8ba62ab2c5 (diff)
downloadpostgresql-ede62e56fbe809baa1a7bc3873d82f12ffe7540b.tar.gz
postgresql-ede62e56fbe809baa1a7bc3873d82f12ffe7540b.zip
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
If you really want to vacuum every single page in the relation, regardless of apparent visibility status or anything else, you can use this option. In previous releases, this behavior could be achieved using VACUUM (FREEZE), but because we can now recognize all-frozen pages as not needing to be frozen again, that no longer works. There should be no need for routine use of this option, but maybe bugs or disaster recovery will necessitate its use. Patch by me, reviewed by Andres Freund.
Diffstat (limited to 'src/backend/parser/parse_func.c')
0 files changed, 0 insertions, 0 deletions