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

Commit7d970df

Browse files
committed
Add DLLIMPORT declarations required by contrib with asserts enabled.
1 parent2b28702 commit7d970df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/storage/bufmgr.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: bufmgr.h,v 1.65 2002/10/21 18:57:34 petere Exp $
10+
* $Id: bufmgr.h,v 1.66 2002/10/22 20:00:48 petere Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -23,14 +23,14 @@
2323
typedefvoid*Block;
2424

2525
/* in globals.c ... this duplicates miscadmin.h */
26-
externintNBuffers;
26+
externDLLIMPORTintNBuffers;
2727

2828
/* in buf_init.c */
2929
externDLLIMPORTBlock*BufferBlockPointers;
3030
externlong*PrivateRefCount;
3131

3232
/* in localbuf.c */
33-
externintNLocBuffer;
33+
externDLLIMPORTintNLocBuffer;
3434
externDLLIMPORTBlock*LocalBufferBlockPointers;
3535
externlong*LocalRefCount;
3636

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp