summaryrefslogtreecommitdiff
path: root/src/include/utils
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2018-02-22 12:54:45 -0800
committerAndres Freund <andres@anarazel.de>2018-02-22 12:54:45 -0800
commit2ff2baa220fc3eb5fba8de2864b619e648e86f17 (patch)
tree1d58fe42d87ad3283073586c3458c0786cd65536 /src/include/utils
parent5ab5d21aaa0e16e461589ff38769865126ed1f95 (diff)
Backport: Mark assorted GUC variables as PGDLLIMPORT.
This backpatches 935dee9ad5a8d12f4d3b772a6e6c99d245e5ad44 to the the branches requested by extension authors. Original-Author: Metin Doslu Original-Committer: Robert Haas Author: Brian Cloutier
Diffstat (limited to 'src/include/utils')
-rw-r--r--src/include/utils/guc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h
index b89e8e81842..6bcc90413c6 100644
--- a/src/include/utils/guc.h
+++ b/src/include/utils/guc.h
@@ -262,7 +262,7 @@ extern char *HbaFileName;
extern char *IdentFileName;
extern char *external_pid_file;
-extern char *application_name;
+extern PGDLLIMPORT char *application_name;
extern int tcp_keepalives_idle;
extern int tcp_keepalives_interval;