forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit26853a8
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 parentda1a5da commit26853a8
1 file changed
+19
-3
lines changedLines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
383 | 383 |
| |
384 | 384 |
| |
385 | 385 |
| |
386 |
| - | |
| 386 | + | |
| 387 | + | |
387 | 388 |
| |
388 | 389 |
| |
389 | 390 |
| |
| |||
1151 | 1152 |
| |
1152 | 1153 |
| |
1153 | 1154 |
| |
1154 |
| - | |
| 1155 | + | |
| 1156 | + | |
1155 | 1157 |
| |
1156 | 1158 |
| |
1157 | 1159 |
| |
| |||
1193 | 1195 |
| |
1194 | 1196 |
| |
1195 | 1197 |
| |
1196 |
| - | |
| 1198 | + | |
1197 | 1199 |
| |
1198 | 1200 |
| |
1199 | 1201 |
| |
| |||
1232 | 1234 |
| |
1233 | 1235 |
| |
1234 | 1236 |
| |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
1235 | 1246 |
| |
1236 | 1247 |
| |
1237 | 1248 |
| |
| |||
1279 | 1290 |
| |
1280 | 1291 |
| |
1281 | 1292 |
| |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
1282 | 1298 |
| |
1283 | 1299 |
| |
1284 | 1300 |
| |
|
0 commit comments
Comments
(0)