diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-09-25 16:03:17 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-09-25 16:03:17 +0200 |
commit | fb56a181175bba03a6d4f82cd3c07ec5511ce545 (patch) | |
tree | 1a19cea86866b90e5230a74d86b225201b0be88a /src/backend/executor/nodeAgg.c | |
parent | 2e3dc8c14811a8d5dc0cdeda408f63131b873da0 (diff) | |
download | postgresql-fb56a181175bba03a6d4f82cd3c07ec5511ce545.tar.gz postgresql-fb56a181175bba03a6d4f82cd3c07ec5511ce545.zip |
vacuumdb: Fix excluding multiple schemas with -N
When specifying multiple schemas to exclude with -N parameters, none
of the schemas are actually excluded (a single -N worked as expected).
This fixes the catalog query to handle multiple exclusions and adds a
test 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.com
Backpatch-through: 16
Diffstat (limited to 'src/backend/executor/nodeAgg.c')
0 files changed, 0 insertions, 0 deletions