Re: Bug in pg_dump --filter? - Invalid object types can be misinterpreted as valid
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: Xuneng Zhou <xunengzhou@gmail.com>,
srinath2133@gmail.com,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-08-07T12:17:43Z
Lists: pgsql-hackers
> On 6 Aug 2025, at 06:49, Fujii Masao <masao.fujii@gmail.com> wrote: > I've added Assert(*line != NULL) at the start of filter_get_keyword(). > Updated patch attached. LGTM. -- Daniel Gustafsson
Commits
-
pg_dump: Fix incorrect parsing of object types in pg_dump --filter.
- 7dafc4a413f4 17.6 landed
- e3764229e6bd 18.0 landed
- 85ccd7e30a6d 19 (unreleased) landed