mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 00:58:45 -04:00
Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
Per buildfarm, this is now needed by contrib/pg_stat_statements.
This commit is contained in:
parent
194b5ea3d0
commit
5e83854d71
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue