forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9a9c8b9
committed
Remove --quiet option from pg_amcheck
Using --quiet in combination with --no-strict-names didn't work asdocumented, a warning message was still emitted. Since the --quietflag was working in an unconventional way to other utilities, fixby removing the functionality instead.Backpatch through 14 where pg_amcheck was introduced.Bug: 17148Reported-by: Chen Jiaoqian <chenjq.jy@fujitsu.com>Reviewed-by: Julien Rouhaud <rjuju123@gmail.com>Discussion:https://postgr.es/m/17148-b5087318e2b04fc6@postgresql.orgBackpatch-through: 141 parent5b3f471 commit9a9c8b9
File tree
5 files changed
+20
-40
lines changed- doc/src/sgml/ref
- src/bin/pg_amcheck
- t
5 files changed
+20
-40
lines changedLines changed: 0 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
293 |
| - | |
294 | 292 |
| |
295 | 293 |
| |
296 | 294 |
| |
| |||
553 | 551 |
| |
554 | 552 |
| |
555 | 553 |
| |
556 |
| - | |
557 |
| - | |
558 |
| - | |
559 |
| - | |
560 |
| - | |
561 |
| - | |
562 |
| - | |
563 |
| - | |
564 |
| - | |
565 |
| - | |
566 | 554 |
| |
567 | 555 |
| |
568 | 556 |
| |
|
Lines changed: 13 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 | 59 |
| |
61 | 60 |
| |
62 | 61 |
| |
| |||
112 | 111 |
| |
113 | 112 |
| |
114 | 113 |
| |
115 |
| - | |
116 | 114 |
| |
117 | 115 |
| |
118 | 116 |
| |
| |||
250 | 248 |
| |
251 | 249 |
| |
252 | 250 |
| |
253 |
| - | |
254 | 251 |
| |
255 | 252 |
| |
256 | 253 |
| |
| |||
294 | 291 |
| |
295 | 292 |
| |
296 | 293 |
| |
297 |
| - | |
| 294 | + | |
298 | 295 |
| |
299 | 296 |
| |
300 | 297 |
| |
| |||
338 | 335 |
| |
339 | 336 |
| |
340 | 337 |
| |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 | 338 |
| |
345 | 339 |
| |
346 | 340 |
| |
| |||
637 | 631 |
| |
638 | 632 |
| |
639 | 633 |
| |
640 |
| - | |
641 |
| - | |
642 |
| - | |
643 |
| - | |
644 |
| - | |
645 |
| - | |
646 |
| - | |
647 |
| - | |
648 |
| - | |
649 |
| - | |
650 |
| - | |
651 |
| - | |
652 |
| - | |
653 |
| - | |
654 |
| - | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
655 | 646 |
| |
656 | 647 |
| |
657 | 648 |
| |
| |||
749 | 740 |
| |
750 | 741 |
| |
751 | 742 |
| |
752 |
| - | |
753 |
| - | |
754 | 743 |
| |
755 | 744 |
| |
756 | 745 |
| |
| |||
1192 | 1181 |
| |
1193 | 1182 |
| |
1194 | 1183 |
| |
1195 |
| - | |
1196 | 1184 |
| |
1197 | 1185 |
| |
1198 | 1186 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
194 | 198 |
| |
195 | 199 |
| |
196 | 200 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
320 |
| - | |
| 320 | + | |
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
0 commit comments
Comments
(0)