8000
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 194b5ea commit 5e83854Copy full SHA for 5e83854
src/include/parser/keywords.h
@@ -28,8 +28,8 @@ typedef struct ScanKeyword
28
int16 category; /* see codes above */
29
} ScanKeyword;
30
31
-extern const ScanKeyword ScanKeywords[];
32
-extern const int NumScanKeywords;
+extern PGDLLIMPORT const ScanKeyword ScanKeywords[];
+extern PGDLLIMPORT const int NumScanKeywords;
33
34
extern const ScanKeyword *ScanKeywordLookup(const char *text,
35
const ScanKeyword *keywords,
0 commit comments