File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.23 2010/01/02 16:58:08 momjian Exp $
10
+ * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.24 2010/08/14 13:37:21 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -22,6 +22,6 @@ typedef int BackendId; /* unique currently active backend identifier */
22
22
23
23
#define InvalidBackendId (-1)
24
24
25
- extern BackendId MyBackendId ; /* backend id of this backend */
25
+ extern PGDLLIMPORT BackendId MyBackendId ; /* backend id of this backend */
26
26
27
27
#endif /* BACKENDID_H */
You can’t perform that action at this time.
0 commit comments