We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f145a commit 946b078Copy full SHA for 946b078
src/include/storage/backendid.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.23 2010/01/02 16:58:08 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.24 2010/08/14 13:37:21 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -22,6 +22,6 @@ typedef int BackendId; /* unique currently active backend identifier */
22
23
#define InvalidBackendId (-1)
24
25
-extern BackendId MyBackendId; /* backend id of this backend */
+extern PGDLLIMPORT BackendId MyBackendId; /* backend id of this backend */
26
27
#endif /* BACKENDID_H */
0 commit comments