Re: BUG #18467: postgres_fdw (deparser) ignores LimitOption - Mailing list pgsql-bugs

From Etsuro Fujita
Subject Re: BUG #18467: postgres_fdw (deparser) ignores LimitOption
Date
Msg-id CAPmGK15hUwBCJVptt=Dsmf7h5v=9zHdcNYdLANZS_gbUSyX5aQ@mail.gmail.com
Whole thread Raw
In response to Re: BUG #18467: postgres_fdw (deparser) ignores LimitOption  (Japin Li <japinli@hotmail.com>)
Responses Re: BUG #18467: postgres_fdw (deparser) ignores LimitOption
List pgsql-bugs
Hi Japin,

On Thu, May 16, 2024 at 1:02 PM Japin Li <japinli@hotmail.com> wrote:
> AppendLimitClause() does not check the limitOption, which may be
> LIMIT_OPTION_WITH_TIES. It simply uses the LIMIT clause.
>
> Here is a poc patch to verify the above.

Thanks for the patch!  Will review.

Best regards,
Etsuro Fujita



pgsql-bugs by date:

Previous
From: Önder Kalacı
Date:
Subject: Re: BUG #18467: postgres_fdw (deparser) ignores LimitOption
Next
From: David Hunnisett
Date:
Subject: differences between <> and != when using signed values on the right hand side