| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pgsql: Reorganise jsonpath operators and methods |
| Date: | 2024-01-03 21:01:33 |
| Message-ID: | 0c5066d9-dd6d-4fec-bb86-f606a47ff593@eisentraut.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
On 03.01.24 16:50, Andrew Dunstan wrote:
>
> On 2024-01-03 We 05:49, Peter Eisentraut wrote:
>> Reorganise jsonpath operators and methods
>>
>> Various jsonpath operators and methods add various keywords, switch
>> cases, and documentation entries in some order. However, they are not
>> consistent; reorder them for better maintainability or readability.
>>
>> Author: Jeevan Chalke <jeevan(dot)chalke(at)enterprisedb(dot)com>
>> Discussion:
>> https://www.postgresql.org/message-id/flat/CAM2+6=XjTyqrrqHAOj80r0wVQxJSxc0iyib9bPC55uFO9VKatg(at)mail(dot)gmail(dot)com
>
>
>
> This appears to have broken cross version upgrade. crake is seeing:
I have reverted that patch.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2024-01-03 22:41:04 | pgsql: Avoid masking EOF (no-password-supplied) conditions in auth.c. |
| Previous Message | Peter Eisentraut | 2024-01-03 21:00:36 | pgsql: Second attempt at organizing jsonpath operators and methods |