Re: BUG #18467: postgres_fdw (deparser) ignores LimitOption

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: onderkalaci(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18467: postgres_fdw (deparser) ignores LimitOption
Date: 2024-05-16 09:11:36
Message-ID: CAPmGK15hUwBCJVptt=Dsmf7h5v=9zHdcNYdLANZS_gbUSyX5aQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Japin,

On Thu, May 16, 2024 at 1:02 PM Japin Li <japinli(at)hotmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

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