forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2143d96
committed
vacuumdb: Fix excluding multiple schemas with -N
When specifying multiple schemas to exclude with -N parameters, noneof the schemas are actually excluded (a single -N worked as expected).This fixes the catalog query to handle multiple exclusions and adds atest for this case.Backpatch to v16 where this was introduced.Author: Nathan Bossart <nathandbossart@gmail.com>Author: Kuwamura Masaki <kuwamura@db.is.i.nagoya-u.ac.jp>Reported-by: Kuwamura Masaki <kuwamura@db.is.i.nagoya-u.ac.jp>Discussion:https://postgr.es/m/CAMyC8qp9mXPQd5D6s6CJxvmignsbTqGZwDDB6VYJOn1A8WG38w@mail.gmail.comBackpatch-through: 161 parentfb9ddd0 commit2143d96
2 files changed
+30
-11
lines changedLines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| 115 | + | |
| 116 | + | |
115 | 117 |
| |
116 | 118 |
| |
117 | 119 |
| |
| |||
159 | 161 |
| |
160 | 162 |
| |
161 | 163 |
| |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
162 | 170 |
| |
163 | 171 |
| |
164 |
| - | |
| 172 | + | |
165 | 173 |
| |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
166 | 179 |
| |
167 | 180 |
| |
168 | 181 |
| |
|
Lines changed: 16 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
678 | 678 |
| |
679 | 679 |
| |
680 | 680 |
| |
681 |
| - | |
682 |
| - | |
683 |
| - | |
684 |
| - | |
685 |
| - | |
686 |
| - | |
687 |
| - | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
688 | 684 |
| |
689 | 685 |
| |
690 | 686 |
| |
691 | 687 |
| |
692 | 688 |
| |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
693 | 697 |
| |
694 | 698 |
| |
695 | 699 |
| |
| |||
700 | 704 |
| |
701 | 705 |
| |
702 | 706 |
| |
703 |
| - | |
704 |
| - | |
705 |
| - | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
706 | 712 |
| |
707 | 713 |
| |
708 | 714 |
| |
|
0 commit comments
Comments
(0)