We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688e5ee commit eaaf5daCopy full SHA for eaaf5da
jsonb_vodka_ops.c
@@ -31,7 +31,7 @@ typedef struct
31
int count, total;
32
} Entries;
33
34
-#define JSONB_VODKA_FLAG_VALUE 0x01
+#define JSONB_VODKA_FLAG_VALUE 0x01
35
36
#define JSONB_VODKA_FLAG_NULL 0x00
37
#define JSONB_VODKA_FLAG_STRING 0x02
@@ -43,7 +43,7 @@ typedef struct
43
#define JSONB_VODKA_FLAG_TRUE 0x10
44
#define JSONB_VODKA_FLAG_NAN 0x10
45
46
-#define JSONB_VODKA_FLAG_ARRAY 0x02
+#define JSONB_VODKA_FLAG_ARRAY 0x02
47
48
PG_FUNCTION_INFO_V1(vodkajsonbconfig);
49
PG_FUNCTION_INFO_V1(vodkajsonbextract);
0 commit comments