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

Commit9167a56

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 Cygwinhttp://postgis.refractions.netNorman Vine
1 parent15e2cf7 commit9167a56

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
externdoubleeffective_cache_size;
3838
externdoublerandom_page_cost;
3939
externdoublecpu_tuple_cost;
40-
externdoublecpu_index_tuple_cost;
40+
externDLLIMPORTdoublecpu_index_tuple_cost;
4141
externdoublecpu_operator_cost;
4242
externCostdisable_cost;
4343
externboolenable_seqscan;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp