Re: Extract numeric filed in JSONB more effectively - Mailing list pgsql-hackers

From jian he
Subject Re: Extract numeric filed in JSONB more effectively
Date
Msg-id CACJufxHRMDDehg9Py8+3Yh9JqTjZ=MF6pbxqvX_KANLpC+X1cA@mail.gmail.com
Whole thread Raw
In response to Re: Extract numeric filed in JSONB more effectively  (zhihuifan1213@163.com)
Responses Re: Extract numeric filed in JSONB more effectively
List pgsql-hackers
hi.
you don't need to change src/include/catalog/catversion.h
as mentioned in https://wiki.postgresql.org/wiki/Committing_checklist
Otherwise, cfbot will fail many times.

+typedef enum JsonbValueTarget
+{
+ JsonbValue_AsJsonbValue,
+ JsonbValue_AsJsonb,
+ JsonbValue_AsText
+} JsonbValueTarget;

change to

+typedef enum JsonbValueTarget
+{
+ JsonbValue_AsJsonbValue,
+ JsonbValue_AsJsonb,
+ JsonbValue_AsText,
+} JsonbValueTarget;

currently cannot do `git apply`.



pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Revise the Asserts added to bimapset manipulation functions
Next
From: "Andrey M. Borodin"
Date:
Subject: Re: UUID v7