forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit26a26d9
committed
Doc: Fix type of some storage parameters in CREATE TABLE page
autovacuum_vacuum_scale_factor and autovacuum_analyze_scale_factor havebeen documented as "float4", but "floating type" is used in this casefor GUCs and relation options in the documentation.Author: Atsushi TorikoshiDiscussion:https://postgr.es/m/CACZ0uYFf_p9BpbjLccx3CA=eM1Hk2Te=ULY4iptGLUhL-JxCPA@mail.gmail.comBackpatch-through: 9.51 parent2fbdebc commit26a26d9
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1319 | 1319 |
| |
1320 | 1320 |
| |
1321 | 1321 |
| |
1322 |
| - | |
| 1322 | + | |
1323 | 1323 |
| |
1324 | 1324 |
| |
1325 | 1325 |
| |
| |||
1339 | 1339 |
| |
1340 | 1340 |
| |
1341 | 1341 |
| |
1342 |
| - | |
| 1342 | + | |
1343 | 1343 |
| |
1344 | 1344 |
| |
1345 | 1345 |
| |
|
0 commit comments
Comments
(0)