We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent27f145a commit946b078Copy 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
#defineInvalidBackendId(-1)
24
25
-externBackendIdMyBackendId;/* backend id of this backend */
+externPGDLLIMPORTBackendIdMyBackendId;/* backend id of this backend */
26
27
#endif/* BACKENDID_H */