Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9167a56

Browse files
committed
Add missing DLLIMPORT for cpu_index_tuple_cost to
src/include/optimizer/cost.h. This is required to compile the PostGIS extension module with Cygwin http://postgis.refractions.net Norman Vine
1 parent 15e2cf7 commit 9167a56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/optimizer/cost.h

Lines changed: 2 additions & 2 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: cost.h,v 1.52 2003/01/28 22:13:41 tgl Exp $
10+
* $Id: cost.h,v 1.53 2003/06/11 15:01:15 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -37,7 +37,7 @@
3737
extern double effective_cache_size;
3838
extern double random_page_cost;
3939
extern double cpu_tuple_cost;
40-
extern double cpu_index_tuple_cost;
40+
extern DLLIMPORT double cpu_index_tuple_cost;
4141
extern double cpu_operator_cost;
4242
extern Cost disable_cost;
4343
extern bool enable_seqscan;

0 commit comments

Comments
 (0)