From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: vacuumdb: Fix excluding multiple schemas with -N |
Date: | 2023-09-25 14:05:29 |
Message-ID: | E1qkmDI-005sEd-MW@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(at)gmail(dot)com>
Author: Kuwamura Masaki <kuwamura(at)db(dot)is(dot)i(dot)nagoya-u(dot)ac(dot)jp>
Reported-by: Kuwamura Masaki <kuwamura(at)db(dot)is(dot)i(dot)nagoya-u(dot)ac(dot)jp>
Discussion: https://postgr.es/m/CAMyC8qp9mXPQd5D6s6CJxvmignsbTqGZwDDB6VYJOn1A8WG38w@mail.gmail.com
Backpatch-through: 16
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/fb56a181175bba03a6d4f82cd3c07ec5511ce545
Modified Files
--------------
src/bin/scripts/t/100_vacuumdb.pl | 15 ++++++++++++++-
src/bin/scripts/vacuumdb.c | 26 ++++++++++++++++----------
2 files changed, 30 insertions(+), 11 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2023-09-25 14:06:28 | pgsql: vacuumdb: Fix excluding multiple schemas with -N |
Previous Message | Alvaro Herrera | 2023-09-25 13:58:21 | pgsql: pg_upgrade: check for types removed in pg12 |