Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit83a5a33

Browse files
committed
pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows.
1 parent8964dbd commit83a5a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/executor/instrument.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 2001-2010, PostgreSQL Global Development Group
88
*
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 $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -53,7 +53,7 @@ typedef struct Instrumentation
5353
BufferUsagebufusage;/* Total buffer usage */
5454
}Instrumentation;
5555

56-
externBufferUsagepgBufferUsage;
56+
externPGDLLIMPORTBufferUsagepgBufferUsage;
5757

5858
externInstrumentation*InstrAlloc(intn,intinstrument_options);
5959
externvoidInstrStartNode(Instrumentation*instr);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp