Re: SQL JSON path enhanced numeric literals - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: SQL JSON path enhanced numeric literals
Date
Msg-id 02f43fb3-9a07-6c9c-9a4c-97a6b25417d5@enterprisedb.com
Whole thread Raw
In response to Re: SQL JSON path enhanced numeric literals  (Nikita Malakhov <hukutoc@gmail.com>)
List pgsql-hackers
On 31.03.23 16:57, Nikita Malakhov wrote:
> Sorry to bother, but there is a question on JsonPath - how many bits in 
> the JsonPath
> header could be used for the version? The JsonPath header is 4 bytes, 
> and currently
> the Version part is defined as
> #define JSONPATH_VERSION (0x01)

I don't know the answer to that.  I don't think this patch touched on 
that question at all.




pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Making background psql nicer to use in tap tests
Next
From: Quan Zongliang
Date:
Subject: Why enable_hashjoin Completely disables HashJoin