We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8964dbd commit 83a5a33Copy full SHA for 83a5a33
src/include/executor/instrument.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 2001-2010, PostgreSQL Global Development Group
8
9
- * $PostgreSQL: pgsql/src/include/executor/instrument.h,v 1.22 2010/01/02 16:58:03 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/instrument.h,v 1.23 2010/01/08 00:48:56 itagaki Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -53,7 +53,7 @@ typedef struct Instrumentation
53
BufferUsage bufusage; /* Total buffer usage */
54
} Instrumentation;
55
56
-extern BufferUsage pgBufferUsage;
+extern PGDLLIMPORT BufferUsage pgBufferUsage;
57
58
extern Instrumentation *InstrAlloc(int n, int instrument_options);
59
extern void InstrStartNode(Instrumentation *instr);
0 commit comments