1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Clean up local redeclarations of variables with DLLIMPORT, per report

from Magnus that MSVC complains about this.
This commit is contained in:
Tom Lane
2006-10-19 18:32:48 +00:00
parent fd38d726a9
commit def651f48f
12 changed files with 27 additions and 50 deletions

View File

@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/storage/freespace.h,v 1.23 2006/10/04 00:30:10 momjian Exp $
* $PostgreSQL: pgsql/src/include/storage/freespace.h,v 1.24 2006/10/19 18:32:47 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -124,8 +124,8 @@ struct FSMRelation
/* GUC variables */
extern int MaxFSMRelations;
extern int MaxFSMPages;
extern DLLIMPORT int MaxFSMRelations;
extern DLLIMPORT int MaxFSMPages;
/*