forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit48f57ef
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 parent0a6c9c6 commit48f57ef
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1198 | 1198 |
| |
1199 | 1199 |
| |
1200 | 1200 |
| |
1201 |
| - | |
| 1201 | + | |
1202 | 1202 |
| |
1203 | 1203 |
| |
1204 | 1204 |
| |
| |||
1218 | 1218 |
| |
1219 | 1219 |
| |
1220 | 1220 |
| |
1221 |
| - | |
| 1221 | + | |
1222 | 1222 |
| |
1223 | 1223 |
| |
1224 | 1224 |
| |
|
0 commit comments
Comments
(0)