Re: Bug in pg_dump --filter? - Invalid object types can be misinterpreted as valid

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Xuneng Zhou <xunengzhou(at)gmail(dot)com>, srinath2133(at)gmail(dot)com, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Bug in pg_dump --filter? - Invalid object types can be misinterpreted as valid
Date: 2025-08-08 05:40:02
Message-ID: CAHGQGwE4w0sJgqBc32-eApWoC6rt+rQ5ZkZPMjaxGaV5_FVnfg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 7, 2025 at 9:17 PM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
> > On 6 Aug 2025, at 06:49, Fujii Masao <masao(dot)fujii(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2025-08-08 06:34:00 Re: Conflict detection for update_deleted in logical replication
Previous Message shveta malik 2025-08-08 05:38:52 Re: Issue with logical replication slot during switchover