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

From: Önder Kalacı <onderkalaci(at)gmail(dot)com>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: Etsuro Fujita <etsuro(dot)fujita(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:02:27
Message-ID: CACawEhX0LrB4sn3-VvyGkEc8Z1UpKw8VsdoAArEvQoL4TJw2Vw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Japin,

>
>
> Here is a poc patch to verify the above.
>
>
The patch looks reasonable to me, it is in line with `get_select_query_def()
<https://github.com/postgres/postgres/blob/8aee330af55d8a759b2b73f5a771d9d34a7b887f/src/backend/utils/adt/ruleutils.c#L5745-L5752>`
.

Though, probably requires a regression test.

Thanks,
Onder

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Etsuro Fujita 2024-05-16 09:11:36 Re: BUG #18467: postgres_fdw (deparser) ignores LimitOption
Previous Message Tender Wang 2024-05-16 08:38:19 Re: BUG #18468: CREATE TABLE ... LIKE leaves orphaned column reference in extended statistics