Skip to content

Commit a6d81b8

Browse files
author
Nikita Glukhov
committed
Export jsonxContainerOps
1 parent de0f9e3 commit a6d81b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/utils/json_generic.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ JsonIteratorNext(JsonIterator **it, JsonValue *val, bool skipNested)
260260
#define compareJsonbContainers JsonCompareContainers
261261
#define equalsJsonbScalarValue JsonValueScalarEquals
262262

263-
extern JsonContainerOps jsonbContainerOps;
264-
extern JsonContainerOps jsontContainerOps;
265-
extern JsonContainerOps jsonvContainerOps;
263+
extern PGDLLIMPORT JsonContainerOps jsonbContainerOps;
264+
extern PGDLLIMPORT JsonContainerOps jsontContainerOps;
265+
extern PGDLLIMPORT JsonContainerOps jsonvContainerOps;
266266

267267
extern Json *DatumGetJson(Datum val, JsonContainerOps *ops,
268268
CompressionOptions options, Json *tmp);

0 commit comments

Comments
 (0)