forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite01d347
committed
Add missing documentation for argument of amcostestimate()
5262f7a have introduced parallel index scan. In order to estimate thenumber of parallel workers, it adds extra argument to amcostestimate() indexaccess method API function. However, this extra argument was missed in thedocumentation. This commit fixes that.Discussion:https://postgr.es/m/4128fdb4-8b63-2e05-38f6-3125f8c27263%40lab.ntt.co.jpAuthor: Tatsuro Yamada, Alexander KorotkovBackpatch-through: 101 parent3abc5a6 commite01d347
1 file changed
+19
-3
lines changedLines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
388 |
| - | |
| 388 | + | |
| 389 | + | |
389 | 390 |
| |
390 | 391 |
| |
391 | 392 |
| |
| |||
1155 | 1156 |
| |
1156 | 1157 |
| |
1157 | 1158 |
| |
1158 |
| - | |
| 1159 | + | |
| 1160 | + | |
1159 | 1161 |
| |
1160 | 1162 |
| |
1161 | 1163 |
| |
| |||
1197 | 1199 |
| |
1198 | 1200 |
| |
1199 | 1201 |
| |
1200 |
| - | |
| 1202 | + | |
1201 | 1203 |
| |
1202 | 1204 |
| |
1203 | 1205 |
| |
| |||
1236 | 1238 |
| |
1237 | 1239 |
| |
1238 | 1240 |
| |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
1239 | 1250 |
| |
1240 | 1251 |
| |
1241 | 1252 |
| |
| |||
1283 | 1294 |
| |
1284 | 1295 |
| |
1285 | 1296 |
| |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
1286 | 1302 |
| |
1287 | 1303 |
| |
1288 | 1304 |
| |
|
0 commit comments
Comments
(0)