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

  1. pg_dump: Fix incorrect parsing of object types in pg_dump --filter.