Content-Length: 270797 | pFad | http://github.com/postgrespro/postgres/commit/9cb092efc81d532009edbb2a8576c643aa7dd2c0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96210fc commit 9cb092eCopy full SHA for 9cb092e
src/include/utils/jsonb.h
@@ -233,7 +233,7 @@ typedef struct
233
#define JB_ROOT_IS_ARRAY(jbp_) ((*(uint32 *) VARDATA(jbp_) & JB_FARRAY) != 0)
234
235
236
-enum jbvType
+typedef enum jbvType
237
{
238
/* Scalar types */
239
jbvNull = 0x0,
@@ -253,7 +253,7 @@ enum jbvType
253
* into JSON strings when outputted to json/jsonb.
254
*/
255
jbvDatetime = 0x20,
256
-};
+} JsonbValueType;
257
258
/*
259
* JsonbValue: In-memory representation of Jsonb. This is a convenient
Fetched URL: http://github.com/postgrespro/postgres/commit/9cb092efc81d532009edbb2a8576c643aa7dd2c0
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments