mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
Per buildfarm, this is now needed by contrib/pg_stat_statements.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user