Re: [PATCH] Cover get_json_table_plan() with tests

From: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: solai v <solai(dot)cdac(at)gmail(dot)com>
Subject: Re: [PATCH] Cover get_json_table_plan() with tests
Date: 2026-07-20 11:42:56
Message-ID: CAJ7c6TOCoY6HSKtfLyii9=EWKOPordLnQOas8oLxP7r75m7aRw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

> The patch needs a rebase after today's commits. I will figure it out
> and submit the updated version.

Rebased.

> I also tried running the same JSON_TABLE ... PLAN (...) query manually
> in psql and got the same syntax error.

Works for me. Make sure you are using the latest version of the `master` branch.

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
v2-0001-Cover-get_json_table_plan-with-tests.patch text/x-patch 3.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthias van de Meent 2026-07-20 11:51:33 Re: Unexpected behavior after OOM errors
Previous Message Rafia Sabih 2026-07-20 11:18:23 Re: [PATCH] Extending FK check skipping on replicas to ADD FK and TRUNCATE