|
6 | 6 | * |
7 | 7 | * Copyright (c) 2001-2010, PostgreSQL Global Development Group |
8 | 8 | * |
9 | | - * $PostgreSQL: pgsql/src/include/executor/instrument.h,v 1.22 2010/01/02 16:58:03 momjian Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/include/executor/instrument.h,v 1.23 2010/01/08 00:48:56 itagaki Exp $ |
10 | 10 | * |
11 | 11 | *------------------------------------------------------------------------- |
12 | 12 | */ |
@@ -53,7 +53,7 @@ typedef struct Instrumentation |
53 | 53 | BufferUsagebufusage;/* Total buffer usage */ |
54 | 54 | }Instrumentation; |
55 | 55 |
|
56 | | -externBufferUsagepgBufferUsage; |
| 56 | +externPGDLLIMPORTBufferUsagepgBufferUsage; |
57 | 57 |
|
58 | 58 | externInstrumentation*InstrAlloc(intn,intinstrument_options); |
59 | 59 | externvoidInstrStartNode(Instrumentation*instr); |
|