Re: Bug in pg_dump --filter? - Invalid object types can be misinterpreted as valid
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Xuneng Zhou <xunengzhou@gmail.com>, srinath2133@gmail.com, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-08-08T05:40:02Z
Lists: pgsql-hackers
On Thu, Aug 7, 2025 at 9:17 PM Daniel Gustafsson <daniel@yesql.se> wrote: > > > 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. I've pushed the patch. Thanks! Regards, -- Fujii Masao
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