- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitc415a7c
committed
Remove outdated comment about relation level autovacuum freeze limits.
The documentation for the autovacuum_multixact_freeze_max_age andautovacuum_freeze_max_age relation level parameters contained:"Note that while you can set autovacuum_multixact_freeze_max_age verysmall, or even zero, this is usually unwise since it will force frequentvacuuming."which hasn't been true since these options were made relation options,instead of residing in the pg_autovacuum table (834a6da).Remove the outdated sentence. Even the lowered limits from2596d70 arehigh enough that this doesn't warrant calling out the risk in the CREATETABLE docs.Per discussion with Tom Lane and Alvaro HerreraDiscussion: 26377.1443105453@sss.pgh.pa.usBackpatch: 9.0- (in parts)1 parent682a25d commitc415a7c
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
936 | 936 |
| |
937 | 937 |
| |
938 | 938 |
| |
939 |
| - | |
940 |
| - | |
941 |
| - | |
| 939 | + | |
942 | 940 |
| |
943 | 941 |
| |
944 | 942 |
| |
|
0 commit comments
Comments
(0)