Re: SQL JSON path enhanced numeric literals

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Nikita Malakhov <hukutoc@gmail.com>
Cc: Dean Rasheed <dean.a.rasheed@gmail.com>, Vik Fearing <vik@postgresfriends.org>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-04-03T08:42:02Z
Lists: 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.




Commits

  1. SQL JSON path enhanced numeric literals