forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit500256d
committed
Fix pg_amcheck --skip option parameter handling
The skip options set for all-visible and all-frozen were incorrectas they used space rather than hyphen, causing a syntax error wheninvoked. Also, the option for not skipping any pages at all, none,was documented but not implemented.Backpatch through 14 where pg_amcheck was introduced.Bug: #17149Reported-by: Chen Jiaoqian <chenjq.jy@fujitsu.com>Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>Discussion:https://postgr.es/m/17149-5918ea748da36b15@postgresql.orgBackpatch-through: 141 parent6b71c92 commit500256d
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
395 | 395 |
| |
396 | 396 |
| |
397 | 397 |
| |
398 |
| - | |
| 398 | + | |
399 | 399 |
| |
400 |
| - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
401 | 403 |
| |
402 | 404 |
| |
403 | 405 |
| |
|
0 commit comments
Comments
(0)