projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
194b5ea
)
Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 31 Mar 2012 14:56:21 +0000
(10:56 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 31 Mar 2012 14:56:21 +0000
(10:56 -0400)
Per buildfarm, this is now needed by contrib/pg_stat_statements.
src/include/parser/keywords.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/parser/keywords.h
b/src/include/parser/keywords.h
index ebfa05d0f4d4f2afe090983fcd3543056edad24e..2b02ab0dd78569f110b794b6d208cc732b73669e 100644
(file)
--- a/
src/include/parser/keywords.h
+++ b/
src/include/parser/keywords.h
@@
-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,