Skip to content

Commit 5e83854

Browse files
committed
Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
Per buildfarm, this is now needed by contrib/pg_stat_statements.
1 parent 194b5ea commit 5e83854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/parser/keywords.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ typedef struct ScanKeyword
2828
int16 category; /* see codes above */
2929
} ScanKeyword;
3030

31-
extern const ScanKeyword ScanKeywords[];
32-
extern const int NumScanKeywords;
31+
extern PGDLLIMPORT const ScanKeyword ScanKeywords[];
32+
extern PGDLLIMPORT const int NumScanKeywords;
3333

3434
extern const ScanKeyword *ScanKeywordLookup(const char *text,
3535
const ScanKeyword *keywords,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy