Skip to content

Commit 7d970df

Browse files
committed
Add DLLIMPORT declarations required by contrib with asserts enabled.
1 parent 2b28702 commit 7d970df

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
typedef void *Block;
2424

2525
/* in globals.c ... this duplicates miscadmin.h */
26-
extern int NBuffers;
26+
extern DLLIMPORT int NBuffers;
2727

2828
/* in buf_init.c */
2929
extern DLLIMPORT Block *BufferBlockPointers;
3030
extern long *PrivateRefCount;
3131

3232
/* in localbuf.c */
33-
extern int NLocBuffer;
33+
extern DLLIMPORT int NLocBuffer;
3434
extern DLLIMPORT Block *LocalBufferBlockPointers;
3535
extern long *LocalRefCount;
3636

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy