Skip to content
Snippets Groups Projects
Commit 5e83854d authored by Tom Lane's avatar Tom Lane
Browse files

Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.

Per buildfarm, this is now needed by contrib/pg_stat_statements.
parent 194b5ea3
Branches
Tags
No related merge requests found
......@@ -28,8 +28,8 @@ typedef struct ScanKeyword
int16 category; /* see codes above */
} ScanKeyword;
extern const ScanKeyword ScanKeywords[];
extern const int NumScanKeywords;
extern PGDLLIMPORT const ScanKeyword ScanKeywords[];
extern PGDLLIMPORT const int NumScanKeywords;
extern const ScanKeyword *ScanKeywordLookup(const char *text,
const ScanKeyword *keywords,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment