Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e83854

Browse files
committed
Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
Per buildfarm, this is now needed by contrib/pg_stat_statements.
1 parent194b5ea commit5e83854

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
int16category;/* see codes above */
2929
}ScanKeyword;
3030

31-
externconstScanKeywordScanKeywords[];
32-
externconstintNumScanKeywords;
31+
externPGDLLIMPORTconstScanKeywordScanKeywords[];
32+
externPGDLLIMPORTconstintNumScanKeywords;
3333

3434
externconstScanKeyword*ScanKeywordLookup(constchar*text,
3535
constScanKeyword*keywords,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp