Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2849493

Browse files
author
Nikita Glukhov
committed
Export jsonxContainerOps
1 parent ccea788 commit 2849493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/utils/json_generic.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ JsonIteratorNext(JsonIterator **it, JsonValue *val, bool skipNested)
274274
#define compareJsonbContainers JsonCompareContainers
275275
#define equalsJsonbScalarValue JsonValueScalarEquals
276276

277-
extern JsonContainerOps jsonbContainerOps;
278-
extern JsonContainerOps jsontContainerOps;
279-
extern JsonContainerOps jsonvContainerOps;
277+
extern PGDLLIMPORT JsonContainerOps jsonbContainerOps;
278+
extern PGDLLIMPORT JsonContainerOps jsontContainerOps;
279+
extern PGDLLIMPORT JsonContainerOps jsonvContainerOps;
280280

281281
extern Json *DatumGetJson(Datum val, JsonContainerOps *ops, Json *tmp);
282282

0 commit comments

Comments
 (0)