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 29db972 commit d856785Copy full SHA for d856785
jsonb_gin_ops.c
@@ -24,6 +24,10 @@
24
25
#include "jsquery.h"
26
27
+#ifdef PG_GETARG_JSONB_P
28
+#define PG_GETARG_JSONB PG_GETARG_JSONB_P
29
+#endif
30
+
31
typedef struct PathHashStack
32
{
33
uint32 hash;
jsquery_op.c
@@ -29,6 +29,10 @@
34
35
36
typedef struct ResultAccum {
37
StringInfo buf;
38
bool missAppend;
0 commit comments